Shades of Dark Chestnut #96726B
Tints of Dark Chestnut #96726B
RGB
CMYK
RGB Variations
Color information
#96726B (or 0x96726B) is known color: Dark Chestnut. HEX triplet: 96, 72 and 6B. RGB value is (150,114,107). Sum of RGB (Red+Green+Blue) = 150+114+107=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726B is #698D94. Grayscale: #7C7C7C. Windows color (decimal): -6917525 or 7041686. OLE color: 7041686.
HSL color Cylindrical-coordinate representation of color #96726B: hue angle of 9.77º 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 #96726B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 107 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.41 |
| HSL | 9.77º | 0.17% | 0.5% | - |
| HSV(B) | 9.77º | 0.29% | 0.59% | - |
| XYZ | 21.25 | 19.58 | 16.57 | - |
| YUV | 123.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 107 | 0 | 0.24 | 0.29 | 0.41 | 9.77 | 0.17 | 0.5 |
| Hex | 96 | 72 | 6B | 0 | 18 | 1D | 29 | A | 11 | 32 |
| Octal | 226 | 162 | 153 | 0 | 30 | 35 | 51 | 12 | 21 | 62 |
| Binary | 10010110 | 1110010 | 1101011 | 0 | 11000 | 11101 | 101001 | 1010 | 10001 | 110010 |
Color Harmonies of #96726B
Complementary color
Monochromatic Colors of #96726B
Black with #96726B
Text Example
Text Example
White with #96726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96726B; }
p { color: rgb(150,114,107); }
H1.HeaderClassName
{
color: #96726B;
}
.AnyTagClassName
{
color: #96726B;
}
</style>
background-color css
<style>
a { background-color: #96726B; }
a { background-color: rgb(150,114,107); }
div.DivClassName
{
background-color: #96726B;
}
.BgClassName
{
background-color: #96726B;
}
</style>
border-color css
<style>
span { border-color: #96726B; }
span { border-color: rgb(150,114,107); }
td.TdClassName
{
border-color: #96726B;
}
.TagClassName
{
border-color: #96726B;
}
</style>