Shades of Dark Chestnut #936F68
Tints of Dark Chestnut #936F68
RGB
CMYK
RGB Variations
Color information
#936F68 (or 0x936F68) is known color: Dark Chestnut. HEX triplet: 93, 6F and 68. RGB value is (147,111,104). Sum of RGB (Red+Green+Blue) = 147+111+104=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #936F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F68 is #6C9097. Grayscale: #797979. Windows color (decimal): -7114904 or 6844307. OLE color: 6844307.
HSL color Cylindrical-coordinate representation of color #936F68: hue angle of 9.77º 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 #936F68 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 111 | 104 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.42 |
| HSL | 9.77º | 0.17% | 0.49% | - |
| HSV(B) | 9.77º | 0.29% | 0.58% | - |
| XYZ | 20.22 | 18.57 | 15.62 | - |
| YUV | 120.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 104 | 0 | 0.24 | 0.29 | 0.42 | 9.77 | 0.17 | 0.49 |
| Hex | 93 | 6F | 68 | 0 | 18 | 1D | 2A | A | 11 | 31 |
| Octal | 223 | 157 | 150 | 0 | 30 | 35 | 52 | 12 | 21 | 61 |
| Binary | 10010011 | 1101111 | 1101000 | 0 | 11000 | 11101 | 101010 | 1010 | 10001 | 110001 |
Color Harmonies of #936F68
Complementary color
Monochromatic Colors of #936F68
Black with #936F68
Text Example
Text Example
White with #936F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936F68; }
p { color: rgb(147,111,104); }
H1.HeaderClassName
{
color: #936F68;
}
.AnyTagClassName
{
color: #936F68;
}
</style>
background-color css
<style>
a { background-color: #936F68; }
a { background-color: rgb(147,111,104); }
div.DivClassName
{
background-color: #936F68;
}
.BgClassName
{
background-color: #936F68;
}
</style>
border-color css
<style>
span { border-color: #936F68; }
span { border-color: rgb(147,111,104); }
td.TdClassName
{
border-color: #936F68;
}
.TagClassName
{
border-color: #936F68;
}
</style>