Shades of Dark Chestnut #956E64
Tints of Dark Chestnut #956E64
RGB
CMYK
RGB Variations
Color information
#956E64 (or 0x956E64) is known color: Dark Chestnut. HEX triplet: 95, 6E and 64. RGB value is (149,110,100). Sum of RGB (Red+Green+Blue) = 149+110+100=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #956E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E64 is #6A919B. Grayscale: #787878. Windows color (decimal): -6984092 or 6581909. OLE color: 6581909.
HSL color Cylindrical-coordinate representation of color #956E64: hue angle of 12.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956E64 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 100 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.42 |
| HSL | 12.24º | 0.2% | 0.49% | - |
| HSV(B) | 12.24º | 0.33% | 0.58% | - |
| XYZ | 20.27 | 18.46 | 14.55 | - |
| YUV | 120.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 100 | 0 | 0.26 | 0.33 | 0.42 | 12.24 | 0.2 | 0.49 |
| Hex | 95 | 6E | 64 | 0 | 1A | 21 | 2A | C | 14 | 31 |
| Octal | 225 | 156 | 144 | 0 | 32 | 41 | 52 | 14 | 24 | 61 |
| Binary | 10010101 | 1101110 | 1100100 | 0 | 11010 | 100001 | 101010 | 1100 | 10100 | 110001 |
Color Harmonies of #956E64
Complementary color
Monochromatic Colors of #956E64
Black with #956E64
Text Example
Text Example
White with #956E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E64; }
p { color: rgb(149,110,100); }
H1.HeaderClassName
{
color: #956E64;
}
.AnyTagClassName
{
color: #956E64;
}
</style>
background-color css
<style>
a { background-color: #956E64; }
a { background-color: rgb(149,110,100); }
div.DivClassName
{
background-color: #956E64;
}
.BgClassName
{
background-color: #956E64;
}
</style>
border-color css
<style>
span { border-color: #956E64; }
span { border-color: rgb(149,110,100); }
td.TdClassName
{
border-color: #956E64;
}
.TagClassName
{
border-color: #956E64;
}
</style>