Shades of Dark Chestnut #956C64
Tints of Dark Chestnut #956C64
RGB
CMYK
RGB Variations
Color information
#956C64 (or 0x956C64) is known color: Dark Chestnut. HEX triplet: 95, 6C and 64. RGB value is (149,108,100). Sum of RGB (Red+Green+Blue) = 149+108+100=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C64 is #6A939B. Grayscale: #777777. Windows color (decimal): -6984604 or 6581397. OLE color: 6581397.
HSL color Cylindrical-coordinate representation of color #956C64: hue angle of 9.8º 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 #956C64 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 100 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.42 |
| HSL | 9.8º | 0.2% | 0.49% | - |
| HSV(B) | 9.8º | 0.33% | 0.58% | - |
| XYZ | 20.06 | 18.03 | 14.48 | - |
| YUV | 119.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 100 | 0 | 0.28 | 0.33 | 0.42 | 9.8 | 0.2 | 0.49 |
| Hex | 95 | 6C | 64 | 0 | 1C | 21 | 2A | A | 14 | 31 |
| Octal | 225 | 154 | 144 | 0 | 34 | 41 | 52 | 12 | 24 | 61 |
| Binary | 10010101 | 1101100 | 1100100 | 0 | 11100 | 100001 | 101010 | 1010 | 10100 | 110001 |
Color Harmonies of #956C64
Complementary color
Monochromatic Colors of #956C64
Black with #956C64
Text Example
Text Example
White with #956C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C64; }
p { color: rgb(149,108,100); }
H1.HeaderClassName
{
color: #956C64;
}
.AnyTagClassName
{
color: #956C64;
}
</style>
background-color css
<style>
a { background-color: #956C64; }
a { background-color: rgb(149,108,100); }
div.DivClassName
{
background-color: #956C64;
}
.BgClassName
{
background-color: #956C64;
}
</style>
border-color css
<style>
span { border-color: #956C64; }
span { border-color: rgb(149,108,100); }
td.TdClassName
{
border-color: #956C64;
}
.TagClassName
{
border-color: #956C64;
}
</style>