Shades of Dark Chestnut #956F69
Tints of Dark Chestnut #956F69
RGB
CMYK
RGB Variations
Color information
#956F69 (or 0x956F69) is known color: Dark Chestnut. HEX triplet: 95, 6F and 69. RGB value is (149,111,105). Sum of RGB (Red+Green+Blue) = 149+111+105=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F69 is #6A9096. Grayscale: #797979. Windows color (decimal): -6983831 or 6909845. OLE color: 6909845.
HSL color Cylindrical-coordinate representation of color #956F69: hue angle of 8.18º 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 #956F69 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 105 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.42 |
| HSL | 8.18º | 0.17% | 0.5% | - |
| HSV(B) | 8.18º | 0.3% | 0.58% | - |
| XYZ | 20.63 | 18.78 | 15.9 | - |
| YUV | 121.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 105 | 0 | 0.26 | 0.30 | 0.42 | 8.18 | 0.17 | 0.5 |
| Hex | 95 | 6F | 69 | 0 | 1A | 1E | 2A | 8 | 11 | 32 |
| Octal | 225 | 157 | 151 | 0 | 32 | 36 | 52 | 10 | 21 | 62 |
| Binary | 10010101 | 1101111 | 1101001 | 0 | 11010 | 11110 | 101010 | 1000 | 10001 | 110010 |
Color Harmonies of #956F69
Complementary color
Monochromatic Colors of #956F69
Black with #956F69
Text Example
Text Example
White with #956F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F69; }
p { color: rgb(149,111,105); }
H1.HeaderClassName
{
color: #956F69;
}
.AnyTagClassName
{
color: #956F69;
}
</style>
background-color css
<style>
a { background-color: #956F69; }
a { background-color: rgb(149,111,105); }
div.DivClassName
{
background-color: #956F69;
}
.BgClassName
{
background-color: #956F69;
}
</style>
border-color css
<style>
span { border-color: #956F69; }
span { border-color: rgb(149,111,105); }
td.TdClassName
{
border-color: #956F69;
}
.TagClassName
{
border-color: #956F69;
}
</style>