Shades of Dark Chestnut #95726D
Tints of Dark Chestnut #95726D
RGB
CMYK
RGB Variations
Color information
#95726D (or 0x95726D) is known color: Dark Chestnut. HEX triplet: 95, 72 and 6D. RGB value is (149,114,109). Sum of RGB (Red+Green+Blue) = 149+114+109=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95726D is #6A8D92. Grayscale: #7B7B7B. Windows color (decimal): -6983059 or 7172757. OLE color: 7172757.
HSL color Cylindrical-coordinate representation of color #95726D: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95726D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 109 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.42 |
| HSL | 7.5º | 0.16% | 0.51% | - |
| HSV(B) | 7.5º | 0.27% | 0.58% | - |
| XYZ | 21.17 | 19.53 | 17.12 | - |
| YUV | 123.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 109 | 0 | 0.23 | 0.27 | 0.42 | 7.5 | 0.16 | 0.51 |
| Hex | 95 | 72 | 6D | 0 | 17 | 1B | 2A | 8 | 10 | 33 |
| Octal | 225 | 162 | 155 | 0 | 27 | 33 | 52 | 10 | 20 | 63 |
| Binary | 10010101 | 1110010 | 1101101 | 0 | 10111 | 11011 | 101010 | 1000 | 10000 | 110011 |
Color Harmonies of #95726D
Complementary color
Monochromatic Colors of #95726D
Black with #95726D
Text Example
Text Example
White with #95726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95726D; }
p { color: rgb(149,114,109); }
H1.HeaderClassName
{
color: #95726D;
}
.AnyTagClassName
{
color: #95726D;
}
</style>
background-color css
<style>
a { background-color: #95726D; }
a { background-color: rgb(149,114,109); }
div.DivClassName
{
background-color: #95726D;
}
.BgClassName
{
background-color: #95726D;
}
</style>
border-color css
<style>
span { border-color: #95726D; }
span { border-color: rgb(149,114,109); }
td.TdClassName
{
border-color: #95726D;
}
.TagClassName
{
border-color: #95726D;
}
</style>