Shades of Dark Chestnut #956D68
Tints of Dark Chestnut #956D68
RGB
CMYK
RGB Variations
Color information
#956D68 (or 0x956D68) is known color: Dark Chestnut. HEX triplet: 95, 6D and 68. RGB value is (149,109,104). Sum of RGB (Red+Green+Blue) = 149+109+104=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D68 is #6A9297. Grayscale: #787878. Windows color (decimal): -6984344 or 6843797. OLE color: 6843797.
HSL color Cylindrical-coordinate representation of color #956D68: hue angle of 6.67º 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 #956D68 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 104 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.42 |
| HSL | 6.67º | 0.18% | 0.5% | - |
| HSV(B) | 6.67º | 0.3% | 0.58% | - |
| XYZ | 20.36 | 18.33 | 15.56 | - |
| YUV | 120.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 104 | 0 | 0.27 | 0.30 | 0.42 | 6.67 | 0.18 | 0.5 |
| Hex | 95 | 6D | 68 | 0 | 1B | 1E | 2A | 7 | 12 | 32 |
| Octal | 225 | 155 | 150 | 0 | 33 | 36 | 52 | 7 | 22 | 62 |
| Binary | 10010101 | 1101101 | 1101000 | 0 | 11011 | 11110 | 101010 | 111 | 10010 | 110010 |
Color Harmonies of #956D68
Complementary color
Monochromatic Colors of #956D68
Black with #956D68
Text Example
Text Example
White with #956D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D68; }
p { color: rgb(149,109,104); }
H1.HeaderClassName
{
color: #956D68;
}
.AnyTagClassName
{
color: #956D68;
}
</style>
background-color css
<style>
a { background-color: #956D68; }
a { background-color: rgb(149,109,104); }
div.DivClassName
{
background-color: #956D68;
}
.BgClassName
{
background-color: #956D68;
}
</style>
border-color css
<style>
span { border-color: #956D68; }
span { border-color: rgb(149,109,104); }
td.TdClassName
{
border-color: #956D68;
}
.TagClassName
{
border-color: #956D68;
}
</style>