Shades of Dark Chestnut #936D68
Tints of Dark Chestnut #936D68
RGB
CMYK
RGB Variations
Color information
#936D68 (or 0x936D68) is known color: Dark Chestnut. HEX triplet: 93, 6D and 68. RGB value is (147,109,104). Sum of RGB (Red+Green+Blue) = 147+109+104=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #936D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D68 is #6C9297. Grayscale: #777777. Windows color (decimal): -7115416 or 6843795. OLE color: 6843795.
HSL color Cylindrical-coordinate representation of color #936D68: hue angle of 6.98º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936D68 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 104 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.42 |
| HSL | 6.98º | 0.17% | 0.49% | - |
| HSV(B) | 6.98º | 0.29% | 0.58% | - |
| XYZ | 20 | 18.14 | 15.54 | - |
| YUV | 119.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 104 | 0 | 0.26 | 0.29 | 0.42 | 6.98 | 0.17 | 0.49 |
| Hex | 93 | 6D | 68 | 0 | 1A | 1D | 2A | 7 | 11 | 31 |
| Octal | 223 | 155 | 150 | 0 | 32 | 35 | 52 | 7 | 21 | 61 |
| Binary | 10010011 | 1101101 | 1101000 | 0 | 11010 | 11101 | 101010 | 111 | 10001 | 110001 |
Color Harmonies of #936D68
Complementary color
Monochromatic Colors of #936D68
Black with #936D68
Text Example
Text Example
White with #936D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D68; }
p { color: rgb(147,109,104); }
H1.HeaderClassName
{
color: #936D68;
}
.AnyTagClassName
{
color: #936D68;
}
</style>
background-color css
<style>
a { background-color: #936D68; }
a { background-color: rgb(147,109,104); }
div.DivClassName
{
background-color: #936D68;
}
.BgClassName
{
background-color: #936D68;
}
</style>
border-color css
<style>
span { border-color: #936D68; }
span { border-color: rgb(147,109,104); }
td.TdClassName
{
border-color: #936D68;
}
.TagClassName
{
border-color: #936D68;
}
</style>