#9C6F68

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

Shades of Dark Chestnut #9C6F68

Tints of Dark Chestnut #9C6F68

Color information

#9C6F68 (or 0x9C6F68) is unknown color: approx Dark Chestnut. HEX triplet: 9C, 6F and 68. RGB value is (156,111,104). Sum of RGB (Red+Green+Blue) = 156+111+104=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F68 is #639097. Grayscale: #7B7B7B. Windows color (decimal): -6525080 or 6844316. OLE color: 6844316.

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

Color convert

RGB156111104-
CMYK00.290.330.39
HSL8.08º20.8%50.98%-
HSV(B)8.08º33.33%61.18%-
XYZ21.8919.4415.69-
YUV123.66116.91151.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=42.05%
G=29.92%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611110400.290.330.398.0820.850.98
Hex9C6F6801D212781533
Octal2341571500354147102563
Binary1001110011011111101000011101100001100111100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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