Shades of Dark Chestnut #957169
Tints of Dark Chestnut #957169
RGB
CMYK
RGB Variations
Color information
#957169 (or 0x957169) is known color: Dark Chestnut. HEX triplet: 95, 71 and 69. RGB value is (149,113,105). Sum of RGB (Red+Green+Blue) = 149+113+105=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957169 is #6A8E96. Grayscale: #7A7A7A. Windows color (decimal): -6983319 or 6910357. OLE color: 6910357.
HSL color Cylindrical-coordinate representation of color #957169: hue angle of 10.91º degrees, saturation: 0.17, 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 #957169 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 105 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.42 |
| HSL | 10.91º | 0.17% | 0.5% | - |
| HSV(B) | 10.91º | 0.3% | 0.58% | - |
| XYZ | 20.85 | 19.22 | 15.98 | - |
| YUV | 122.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 105 | 0 | 0.24 | 0.30 | 0.42 | 10.91 | 0.17 | 0.5 |
| Hex | 95 | 71 | 69 | 0 | 18 | 1E | 2A | B | 11 | 32 |
| Octal | 225 | 161 | 151 | 0 | 30 | 36 | 52 | 13 | 21 | 62 |
| Binary | 10010101 | 1110001 | 1101001 | 0 | 11000 | 11110 | 101010 | 1011 | 10001 | 110010 |
Color Harmonies of #957169
Complementary color
Monochromatic Colors of #957169
Black with #957169
Text Example
Text Example
White with #957169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957169; }
p { color: rgb(149,113,105); }
H1.HeaderClassName
{
color: #957169;
}
.AnyTagClassName
{
color: #957169;
}
</style>
background-color css
<style>
a { background-color: #957169; }
a { background-color: rgb(149,113,105); }
div.DivClassName
{
background-color: #957169;
}
.BgClassName
{
background-color: #957169;
}
</style>
border-color css
<style>
span { border-color: #957169; }
span { border-color: rgb(149,113,105); }
td.TdClassName
{
border-color: #957169;
}
.TagClassName
{
border-color: #957169;
}
</style>