#9C6F66

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

Shades of Dark Chestnut #9C6F66

Tints of Dark Chestnut #9C6F66

Color information

#9C6F66 (or 0x9C6F66) is unknown color: approx Dark Chestnut. HEX triplet: 9C, 6F and 66. RGB value is (156,111,102). Sum of RGB (Red+Green+Blue) = 156+111+102=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F66 is #639099. Grayscale: #7B7B7B. Windows color (decimal): -6525082 or 6713244. OLE color: 6713244.

HSL color Cylindrical-coordinate representation of color #9C6F66: hue angle of 10º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6F66 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB156111102-
CMYK00.290.350.39
HSL10º21.43%50.59%-
HSV(B)10º34.62%61.18%-
XYZ21.7919.415.17-
YUV123.43115.91151.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=42.28%
G=30.08%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611110200.290.350.391021.4350.59
Hex9C6F6601D2327a1533
Octal2341571460354347122563
Binary1001110011011111100110011101100011100111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,111,102); }

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

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

 a { background-color: rgb(156,111,102); }

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

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

 span { border-color: rgb(156,111,102); }

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