Shades of Dark Chestnut #936D67
Tints of Dark Chestnut #936D67
RGB
CMYK
RGB Variations
Color information
#936D67 (or 0x936D67) is known color: Dark Chestnut. HEX triplet: 93, 6D and 67. RGB value is (147,109,103). Sum of RGB (Red+Green+Blue) = 147+109+103=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #936D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D67 is #6C9298. Grayscale: #777777. Windows color (decimal): -7115417 or 6778259. OLE color: 6778259.
HSL color Cylindrical-coordinate representation of color #936D67: hue angle of 8.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936D67 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 103 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.42 |
| HSL | 8.18º | 0.18% | 0.49% | - |
| HSV(B) | 8.18º | 0.3% | 0.58% | - |
| XYZ | 19.95 | 18.12 | 15.28 | - |
| YUV | 119.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 103 | 0 | 0.26 | 0.30 | 0.42 | 8.18 | 0.18 | 0.49 |
| Hex | 93 | 6D | 67 | 0 | 1A | 1E | 2A | 8 | 12 | 31 |
| Octal | 223 | 155 | 147 | 0 | 32 | 36 | 52 | 10 | 22 | 61 |
| Binary | 10010011 | 1101101 | 1100111 | 0 | 11010 | 11110 | 101010 | 1000 | 10010 | 110001 |
Color Harmonies of #936D67
Complementary color
Monochromatic Colors of #936D67
Black with #936D67
Text Example
Text Example
White with #936D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D67; }
p { color: rgb(147,109,103); }
H1.HeaderClassName
{
color: #936D67;
}
.AnyTagClassName
{
color: #936D67;
}
</style>
background-color css
<style>
a { background-color: #936D67; }
a { background-color: rgb(147,109,103); }
div.DivClassName
{
background-color: #936D67;
}
.BgClassName
{
background-color: #936D67;
}
</style>
border-color css
<style>
span { border-color: #936D67; }
span { border-color: rgb(147,109,103); }
td.TdClassName
{
border-color: #936D67;
}
.TagClassName
{
border-color: #936D67;
}
</style>