#9C6C54

Color #9C6C54 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #9C6C54

Tints of Dark Tan #9C6C54

Color information

#9C6C54 (or 0x9C6C54) is unknown color: approx Dark Tan. HEX triplet: 9C, 6C and 54. RGB value is (156,108,84). Sum of RGB (Red+Green+Blue) = 156+108+84=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6C54 is #6393AB. Grayscale: #777777. Windows color (decimal): -6525868 or 5532828. OLE color: 5532828.

HSL color Cylindrical-coordinate representation of color #9C6C54: hue angle of 20º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C6C54 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15610884-
CMYK00.310.460.39
HSL20º30%47.06%-
HSV(B)20º46.15%61.18%-
XYZ20.6718.4310.86-
YUV119.62107.9153.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=44.83%
G=31.03%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561088400.310.460.39203047.06
Hex9C6C5401F2E27141e2f
Octal2341541240375647243657
Binary10011100110110010101000111111011101001111010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C6C54; }

 p { color: rgb(156,108,84); }

 H1.HeaderClassName
 {
   color: #9C6C54;
 }
 .AnyTagClassName
 {
   color: #9C6C54;
 }
</style>
background-color css

<style>
 a { background-color: #9C6C54; }

 a { background-color: rgb(156,108,84); }

 div.DivClassName
 {
   background-color: #9C6C54;
 }
 .BgClassName
 {
   background-color: #9C6C54;
 }
</style>
border-color css

<style>
 span { border-color: #9C6C54; }

 span { border-color: rgb(156,108,84); }

 td.TdClassName
 {
   border-color: #9C6C54;
 }
 .TagClassName
 {
   border-color: #9C6C54;
 }
</style>