Shades of Dark Chestnut #9C736C
Tints of Dark Chestnut #9C736C
RGB
CMYK
RGB Variations
Color information
#9C736C (or 0x9C736C) is known color: Dark Chestnut. HEX triplet: 9C, 73 and 6C. RGB value is (156,115,108). Sum of RGB (Red+Green+Blue) = 156+115+108=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C736C is #638C93. Grayscale: #7E7E7E. Windows color (decimal): -6524052 or 7107484. OLE color: 7107484.
HSL color Cylindrical-coordinate representation of color #9C736C: hue angle of 8.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C736C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 108 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.39 |
| HSL | 8.75º | 0.2% | 0.52% | - |
| HSV(B) | 8.75º | 0.31% | 0.61% | - |
| XYZ | 22.55 | 20.41 | 16.94 | - |
| YUV | 126.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 108 | 0 | 0.26 | 0.31 | 0.39 | 8.75 | 0.2 | 0.52 |
| Hex | 9C | 73 | 6C | 0 | 1A | 1F | 27 | 9 | 14 | 34 |
| Octal | 234 | 163 | 154 | 0 | 32 | 37 | 47 | 11 | 24 | 64 |
| Binary | 10011100 | 1110011 | 1101100 | 0 | 11010 | 11111 | 100111 | 1001 | 10100 | 110100 |
Color Harmonies of #9C736C
Complementary color
Monochromatic Colors of #9C736C
Black with #9C736C
Text Example
Text Example
White with #9C736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C736C; }
p { color: rgb(156,115,108); }
H1.HeaderClassName
{
color: #9C736C;
}
.AnyTagClassName
{
color: #9C736C;
}
</style>
background-color css
<style>
a { background-color: #9C736C; }
a { background-color: rgb(156,115,108); }
div.DivClassName
{
background-color: #9C736C;
}
.BgClassName
{
background-color: #9C736C;
}
</style>
border-color css
<style>
span { border-color: #9C736C; }
span { border-color: rgb(156,115,108); }
td.TdClassName
{
border-color: #9C736C;
}
.TagClassName
{
border-color: #9C736C;
}
</style>