Shades of Dark Chestnut #956B65
Tints of Dark Chestnut #956B65
RGB
CMYK
RGB Variations
Color information
#956B65 (or 0x956B65) is known color: Dark Chestnut. HEX triplet: 95, 6B and 65. RGB value is (149,107,101). Sum of RGB (Red+Green+Blue) = 149+107+101=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B65 is #6A949A. Grayscale: #767676. Windows color (decimal): -6984859 or 6646677. OLE color: 6646677.
HSL color Cylindrical-coordinate representation of color #956B65: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956B65 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 101 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.42 |
| HSL | 7.5º | 0.19% | 0.49% | - |
| HSV(B) | 7.5º | 0.32% | 0.58% | - |
| XYZ | 20 | 17.84 | 14.7 | - |
| YUV | 118.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 101 | 0 | 0.28 | 0.32 | 0.42 | 7.5 | 0.19 | 0.49 |
| Hex | 95 | 6B | 65 | 0 | 1C | 20 | 2A | 8 | 13 | 31 |
| Octal | 225 | 153 | 145 | 0 | 34 | 40 | 52 | 10 | 23 | 61 |
| Binary | 10010101 | 1101011 | 1100101 | 0 | 11100 | 100000 | 101010 | 1000 | 10011 | 110001 |
Color Harmonies of #956B65
Complementary color
Monochromatic Colors of #956B65
Black with #956B65
Text Example
Text Example
White with #956B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B65; }
p { color: rgb(149,107,101); }
H1.HeaderClassName
{
color: #956B65;
}
.AnyTagClassName
{
color: #956B65;
}
</style>
background-color css
<style>
a { background-color: #956B65; }
a { background-color: rgb(149,107,101); }
div.DivClassName
{
background-color: #956B65;
}
.BgClassName
{
background-color: #956B65;
}
</style>
border-color css
<style>
span { border-color: #956B65; }
span { border-color: rgb(149,107,101); }
td.TdClassName
{
border-color: #956B65;
}
.TagClassName
{
border-color: #956B65;
}
</style>