Shades of Dark Chestnut #96716B
Tints of Dark Chestnut #96716B
RGB
CMYK
RGB Variations
Color information
#96716B (or 0x96716B) is known color: Dark Chestnut. HEX triplet: 96, 71 and 6B. RGB value is (150,113,107). Sum of RGB (Red+Green+Blue) = 150+113+107=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96716B is #698E94. Grayscale: #7B7B7B. Windows color (decimal): -6917781 or 7041430. OLE color: 7041430.
HSL color Cylindrical-coordinate representation of color #96716B: hue angle of 8.37º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96716B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 107 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.41 |
| HSL | 8.37º | 0.17% | 0.5% | - |
| HSV(B) | 8.37º | 0.29% | 0.59% | - |
| XYZ | 21.14 | 19.36 | 16.53 | - |
| YUV | 123.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 107 | 0 | 0.25 | 0.29 | 0.41 | 8.37 | 0.17 | 0.5 |
| Hex | 96 | 71 | 6B | 0 | 19 | 1D | 29 | 8 | 11 | 32 |
| Octal | 226 | 161 | 153 | 0 | 31 | 35 | 51 | 10 | 21 | 62 |
| Binary | 10010110 | 1110001 | 1101011 | 0 | 11001 | 11101 | 101001 | 1000 | 10001 | 110010 |
Color Harmonies of #96716B
Complementary color
Monochromatic Colors of #96716B
Black with #96716B
Text Example
Text Example
White with #96716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96716B; }
p { color: rgb(150,113,107); }
H1.HeaderClassName
{
color: #96716B;
}
.AnyTagClassName
{
color: #96716B;
}
</style>
background-color css
<style>
a { background-color: #96716B; }
a { background-color: rgb(150,113,107); }
div.DivClassName
{
background-color: #96716B;
}
.BgClassName
{
background-color: #96716B;
}
</style>
border-color css
<style>
span { border-color: #96716B; }
span { border-color: rgb(150,113,107); }
td.TdClassName
{
border-color: #96716B;
}
.TagClassName
{
border-color: #96716B;
}
</style>