Shades of Dark Chestnut #95726C
Tints of Dark Chestnut #95726C
RGB
CMYK
RGB Variations
Color information
#95726C (or 0x95726C) is known color: Dark Chestnut. HEX triplet: 95, 72 and 6C. RGB value is (149,114,108). Sum of RGB (Red+Green+Blue) = 149+114+108=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95726C is #6A8D93. Grayscale: #7B7B7B. Windows color (decimal): -6983060 or 7107221. OLE color: 7107221.
HSL color Cylindrical-coordinate representation of color #95726C: hue angle of 8.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95726C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 108 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.42 |
| HSL | 8.78º | 0.16% | 0.5% | - |
| HSV(B) | 8.78º | 0.28% | 0.58% | - |
| XYZ | 21.12 | 19.51 | 16.84 | - |
| YUV | 123.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 108 | 0 | 0.23 | 0.28 | 0.42 | 8.78 | 0.16 | 0.5 |
| Hex | 95 | 72 | 6C | 0 | 17 | 1C | 2A | 9 | 10 | 32 |
| Octal | 225 | 162 | 154 | 0 | 27 | 34 | 52 | 11 | 20 | 62 |
| Binary | 10010101 | 1110010 | 1101100 | 0 | 10111 | 11100 | 101010 | 1001 | 10000 | 110010 |
Color Harmonies of #95726C
Complementary color
Monochromatic Colors of #95726C
Black with #95726C
Text Example
Text Example
White with #95726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95726C; }
p { color: rgb(149,114,108); }
H1.HeaderClassName
{
color: #95726C;
}
.AnyTagClassName
{
color: #95726C;
}
</style>
background-color css
<style>
a { background-color: #95726C; }
a { background-color: rgb(149,114,108); }
div.DivClassName
{
background-color: #95726C;
}
.BgClassName
{
background-color: #95726C;
}
</style>
border-color css
<style>
span { border-color: #95726C; }
span { border-color: rgb(149,114,108); }
td.TdClassName
{
border-color: #95726C;
}
.TagClassName
{
border-color: #95726C;
}
</style>