Shades of Dark Chestnut #9C716B
Tints of Dark Chestnut #9C716B
RGB
CMYK
RGB Variations
Color information
#9C716B (or 0x9C716B) is known color: Dark Chestnut. HEX triplet: 9C, 71 and 6B. RGB value is (156,113,107). Sum of RGB (Red+Green+Blue) = 156+113+107=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C716B is #638E94. Grayscale: #7D7D7D. Windows color (decimal): -6524565 or 7041436. OLE color: 7041436.
HSL color Cylindrical-coordinate representation of color #9C716B: hue angle of 7.35º 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 #9C716B is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 107 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.39 |
| HSL | 7.35º | 0.2% | 0.52% | - |
| HSV(B) | 7.35º | 0.31% | 0.61% | - |
| XYZ | 22.27 | 19.94 | 16.58 | - |
| YUV | 125.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 107 | 0 | 0.28 | 0.31 | 0.39 | 7.35 | 0.2 | 0.52 |
| Hex | 9C | 71 | 6B | 0 | 1C | 1F | 27 | 7 | 14 | 34 |
| Octal | 234 | 161 | 153 | 0 | 34 | 37 | 47 | 7 | 24 | 64 |
| Binary | 10011100 | 1110001 | 1101011 | 0 | 11100 | 11111 | 100111 | 111 | 10100 | 110100 |
Color Harmonies of #9C716B
Complementary color
Monochromatic Colors of #9C716B
Black with #9C716B
Text Example
Text Example
White with #9C716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C716B; }
p { color: rgb(156,113,107); }
H1.HeaderClassName
{
color: #9C716B;
}
.AnyTagClassName
{
color: #9C716B;
}
</style>
background-color css
<style>
a { background-color: #9C716B; }
a { background-color: rgb(156,113,107); }
div.DivClassName
{
background-color: #9C716B;
}
.BgClassName
{
background-color: #9C716B;
}
</style>
border-color css
<style>
span { border-color: #9C716B; }
span { border-color: rgb(156,113,107); }
td.TdClassName
{
border-color: #9C716B;
}
.TagClassName
{
border-color: #9C716B;
}
</style>