Shades of Dark Chestnut #956F6A
Tints of Dark Chestnut #956F6A
RGB
CMYK
RGB Variations
Color information
#956F6A (or 0x956F6A) is known color: Dark Chestnut. HEX triplet: 95, 6F and 6A. RGB value is (149,111,106). Sum of RGB (Red+Green+Blue) = 149+111+106=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F6A is #6A9095. Grayscale: #797979. Windows color (decimal): -6983830 or 6975381. OLE color: 6975381.
HSL color Cylindrical-coordinate representation of color #956F6A: hue angle of 6.98º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956F6A is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 106 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.42 |
| HSL | 6.98º | 0.17% | 0.5% | - |
| HSV(B) | 6.98º | 0.29% | 0.58% | - |
| XYZ | 20.68 | 18.8 | 16.17 | - |
| YUV | 121.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 106 | 0 | 0.26 | 0.29 | 0.42 | 6.98 | 0.17 | 0.5 |
| Hex | 95 | 6F | 6A | 0 | 1A | 1D | 2A | 7 | 11 | 32 |
| Octal | 225 | 157 | 152 | 0 | 32 | 35 | 52 | 7 | 21 | 62 |
| Binary | 10010101 | 1101111 | 1101010 | 0 | 11010 | 11101 | 101010 | 111 | 10001 | 110010 |
Color Harmonies of #956F6A
Complementary color
Monochromatic Colors of #956F6A
Black with #956F6A
Text Example
Text Example
White with #956F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F6A; }
p { color: rgb(149,111,106); }
H1.HeaderClassName
{
color: #956F6A;
}
.AnyTagClassName
{
color: #956F6A;
}
</style>
background-color css
<style>
a { background-color: #956F6A; }
a { background-color: rgb(149,111,106); }
div.DivClassName
{
background-color: #956F6A;
}
.BgClassName
{
background-color: #956F6A;
}
</style>
border-color css
<style>
span { border-color: #956F6A; }
span { border-color: rgb(149,111,106); }
td.TdClassName
{
border-color: #956F6A;
}
.TagClassName
{
border-color: #956F6A;
}
</style>