Shades of Dark Chestnut #936D64
Tints of Dark Chestnut #936D64
RGB
CMYK
RGB Variations
Color information
#936D64 (or 0x936D64) is known color: Dark Chestnut. HEX triplet: 93, 6D and 64. RGB value is (147,109,100). Sum of RGB (Red+Green+Blue) = 147+109+100=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #936D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D64 is #6C929B. Grayscale: #777777. Windows color (decimal): -7115420 or 6581651. OLE color: 6581651.
HSL color Cylindrical-coordinate representation of color #936D64: hue angle of 11.49º 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 #936D64 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 100 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.42 |
| HSL | 11.49º | 0.19% | 0.48% | - |
| HSV(B) | 11.49º | 0.32% | 0.58% | - |
| XYZ | 19.8 | 18.06 | 14.5 | - |
| YUV | 119.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 100 | 0 | 0.26 | 0.32 | 0.42 | 11.49 | 0.19 | 0.48 |
| Hex | 93 | 6D | 64 | 0 | 1A | 20 | 2A | B | 13 | 30 |
| Octal | 223 | 155 | 144 | 0 | 32 | 40 | 52 | 13 | 23 | 60 |
| Binary | 10010011 | 1101101 | 1100100 | 0 | 11010 | 100000 | 101010 | 1011 | 10011 | 110000 |
Color Harmonies of #936D64
Complementary color
Monochromatic Colors of #936D64
Black with #936D64
Text Example
Text Example
White with #936D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D64; }
p { color: rgb(147,109,100); }
H1.HeaderClassName
{
color: #936D64;
}
.AnyTagClassName
{
color: #936D64;
}
</style>
background-color css
<style>
a { background-color: #936D64; }
a { background-color: rgb(147,109,100); }
div.DivClassName
{
background-color: #936D64;
}
.BgClassName
{
background-color: #936D64;
}
</style>
border-color css
<style>
span { border-color: #936D64; }
span { border-color: rgb(147,109,100); }
td.TdClassName
{
border-color: #936D64;
}
.TagClassName
{
border-color: #936D64;
}
</style>