Shades of Dark Chestnut #936964
Tints of Dark Chestnut #936964
RGB
CMYK
RGB Variations
Color information
#936964 (or 0x936964) is known color: Dark Chestnut. HEX triplet: 93, 69 and 64. RGB value is (147,105,100). Sum of RGB (Red+Green+Blue) = 147+105+100=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #936964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936964 is #6C969B. Grayscale: #757575. Windows color (decimal): -7116444 or 6580627. OLE color: 6580627.
HSL color Cylindrical-coordinate representation of color #936964: hue angle of 6.38º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936964 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 100 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.42 |
| HSL | 6.38º | 0.19% | 0.48% | - |
| HSV(B) | 6.38º | 0.32% | 0.58% | - |
| XYZ | 19.38 | 17.23 | 14.36 | - |
| YUV | 116.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 100 | 0 | 0.29 | 0.32 | 0.42 | 6.38 | 0.19 | 0.48 |
| Hex | 93 | 69 | 64 | 0 | 1D | 20 | 2A | 6 | 13 | 30 |
| Octal | 223 | 151 | 144 | 0 | 35 | 40 | 52 | 6 | 23 | 60 |
| Binary | 10010011 | 1101001 | 1100100 | 0 | 11101 | 100000 | 101010 | 110 | 10011 | 110000 |
Color Harmonies of #936964
Complementary color
Monochromatic Colors of #936964
Black with #936964
Text Example
Text Example
White with #936964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936964; }
p { color: rgb(147,105,100); }
H1.HeaderClassName
{
color: #936964;
}
.AnyTagClassName
{
color: #936964;
}
</style>
background-color css
<style>
a { background-color: #936964; }
a { background-color: rgb(147,105,100); }
div.DivClassName
{
background-color: #936964;
}
.BgClassName
{
background-color: #936964;
}
</style>
border-color css
<style>
span { border-color: #936964; }
span { border-color: rgb(147,105,100); }
td.TdClassName
{
border-color: #936964;
}
.TagClassName
{
border-color: #936964;
}
</style>