Shades of Dark Chestnut #957268
Tints of Dark Chestnut #957268
RGB
CMYK
RGB Variations
Color information
#957268 (or 0x957268) is known color: Dark Chestnut. HEX triplet: 95, 72 and 68. RGB value is (149,114,104). Sum of RGB (Red+Green+Blue) = 149+114+104=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957268 is #6A8D97. Grayscale: #7B7B7B. Windows color (decimal): -6983064 or 6845077. OLE color: 6845077.
HSL color Cylindrical-coordinate representation of color #957268: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957268 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 104 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.42 |
| HSL | 13.33º | 0.18% | 0.5% | - |
| HSV(B) | 13.33º | 0.3% | 0.58% | - |
| XYZ | 20.91 | 19.42 | 15.74 | - |
| YUV | 123.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 104 | 0 | 0.23 | 0.30 | 0.42 | 13.33 | 0.18 | 0.5 |
| Hex | 95 | 72 | 68 | 0 | 17 | 1E | 2A | D | 12 | 32 |
| Octal | 225 | 162 | 150 | 0 | 27 | 36 | 52 | 15 | 22 | 62 |
| Binary | 10010101 | 1110010 | 1101000 | 0 | 10111 | 11110 | 101010 | 1101 | 10010 | 110010 |
Color Harmonies of #957268
Complementary color
Monochromatic Colors of #957268
Black with #957268
Text Example
Text Example
White with #957268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957268; }
p { color: rgb(149,114,104); }
H1.HeaderClassName
{
color: #957268;
}
.AnyTagClassName
{
color: #957268;
}
</style>
background-color css
<style>
a { background-color: #957268; }
a { background-color: rgb(149,114,104); }
div.DivClassName
{
background-color: #957268;
}
.BgClassName
{
background-color: #957268;
}
</style>
border-color css
<style>
span { border-color: #957268; }
span { border-color: rgb(149,114,104); }
td.TdClassName
{
border-color: #957268;
}
.TagClassName
{
border-color: #957268;
}
</style>