Shades of Dark Chestnut #936F69
Tints of Dark Chestnut #936F69
RGB
CMYK
RGB Variations
Color information
#936F69 (or 0x936F69) is known color: Dark Chestnut. HEX triplet: 93, 6F and 69. RGB value is (147,111,105). Sum of RGB (Red+Green+Blue) = 147+111+105=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F69 is #6C9096. Grayscale: #797979. Windows color (decimal): -7114903 or 6909843. OLE color: 6909843.
HSL color Cylindrical-coordinate representation of color #936F69: hue angle of 8.57º 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 #936F69 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 111 | 105 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.42 |
| HSL | 8.57º | 0.17% | 0.49% | - |
| HSV(B) | 8.57º | 0.29% | 0.58% | - |
| XYZ | 20.27 | 18.59 | 15.89 | - |
| YUV | 121.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 105 | 0 | 0.24 | 0.29 | 0.42 | 8.57 | 0.17 | 0.49 |
| Hex | 93 | 6F | 69 | 0 | 18 | 1D | 2A | 9 | 11 | 31 |
| Octal | 223 | 157 | 151 | 0 | 30 | 35 | 52 | 11 | 21 | 61 |
| Binary | 10010011 | 1101111 | 1101001 | 0 | 11000 | 11101 | 101010 | 1001 | 10001 | 110001 |
Color Harmonies of #936F69
Complementary color
Monochromatic Colors of #936F69
Black with #936F69
Text Example
Text Example
White with #936F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936F69; }
p { color: rgb(147,111,105); }
H1.HeaderClassName
{
color: #936F69;
}
.AnyTagClassName
{
color: #936F69;
}
</style>
background-color css
<style>
a { background-color: #936F69; }
a { background-color: rgb(147,111,105); }
div.DivClassName
{
background-color: #936F69;
}
.BgClassName
{
background-color: #936F69;
}
</style>
border-color css
<style>
span { border-color: #936F69; }
span { border-color: rgb(147,111,105); }
td.TdClassName
{
border-color: #936F69;
}
.TagClassName
{
border-color: #936F69;
}
</style>