#9C6D65

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

Shades of Dark Chestnut #9C6D65

Tints of Dark Chestnut #9C6D65

Color information

#9C6D65 (or 0x9C6D65) is unknown color: approx Dark Chestnut. HEX triplet: 9C, 6D and 65. RGB value is (156,109,101). Sum of RGB (Red+Green+Blue) = 156+109+101=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D65 is #63929A. Grayscale: #7A7A7A. Windows color (decimal): -6525595 or 6647196. OLE color: 6647196.

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

Color convert

RGB156109101-
CMYK00.300.350.39
HSL8.73º21.74%50.39%-
HSV(B)8.73º35.26%61.18%-
XYZ21.5318.9414.83-
YUV122.14116.07152.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=42.62%
G=29.78%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610910100.300.350.398.7321.7450.39
Hex9C6D6501E232791632
Octal2341551450364347112662
Binary1001110011011011100101011110100011100111100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,109,101); }

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

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

 a { background-color: rgb(156,109,101); }

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

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

 span { border-color: rgb(156,109,101); }

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