#9E6C60

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

Shades of Dark Chestnut #9E6C60

Tints of Dark Chestnut #9E6C60

Color information

#9E6C60 (or 0x9E6C60) is unknown color: approx Dark Chestnut. HEX triplet: 9E, 6C and 60. RGB value is (158,108,96). Sum of RGB (Red+Green+Blue) = 158+108+96=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6C60 is #61939F. Grayscale: #797979. Windows color (decimal): -6394784 or 6319262. OLE color: 6319262.

HSL color Cylindrical-coordinate representation of color #9E6C60: hue angle of 11.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6C60 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15810896-
CMYK00.320.390.38
HSL11.61º24.41%49.8%-
HSV(B)11.61º39.24%61.96%-
XYZ21.5718.8413.57-
YUV121.58113.56153.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=43.65%
G=29.83%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581089600.320.390.3811.6124.4149.8
Hex9E6C600202726c1832
Octal2361541400404746143062
Binary10011110110110011000000100000100111100110110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,108,96); }

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

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

 a { background-color: rgb(158,108,96); }

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

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

 span { border-color: rgb(158,108,96); }

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