Shades of Dark Chestnut #906D65
Tints of Dark Chestnut #906D65
RGB
CMYK
RGB Variations
Color information
#906D65 (or 0x906D65) is known color: Dark Chestnut. HEX triplet: 90, 6D and 65. RGB value is (144,109,101). Sum of RGB (Red+Green+Blue) = 144+109+101=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #906D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D65 is #6F929A. Grayscale: #767676. Windows color (decimal): -7312027 or 6647184. OLE color: 6647184.
HSL color Cylindrical-coordinate representation of color #906D65: hue angle of 11.16º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906D65 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 109 | 101 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.44 |
| HSL | 11.16º | 0.18% | 0.48% | - |
| HSV(B) | 11.16º | 0.3% | 0.56% | - |
| XYZ | 19.32 | 17.81 | 14.73 | - |
| YUV | 118.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 101 | 0 | 0.24 | 0.30 | 0.44 | 11.16 | 0.18 | 0.48 |
| Hex | 90 | 6D | 65 | 0 | 18 | 1E | 2C | B | 12 | 30 |
| Octal | 220 | 155 | 145 | 0 | 30 | 36 | 54 | 13 | 22 | 60 |
| Binary | 10010000 | 1101101 | 1100101 | 0 | 11000 | 11110 | 101100 | 1011 | 10010 | 110000 |
Color Harmonies of #906D65
Complementary color
Monochromatic Colors of #906D65
Black with #906D65
Text Example
Text Example
White with #906D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906D65; }
p { color: rgb(144,109,101); }
H1.HeaderClassName
{
color: #906D65;
}
.AnyTagClassName
{
color: #906D65;
}
</style>
background-color css
<style>
a { background-color: #906D65; }
a { background-color: rgb(144,109,101); }
div.DivClassName
{
background-color: #906D65;
}
.BgClassName
{
background-color: #906D65;
}
</style>
border-color css
<style>
span { border-color: #906D65; }
span { border-color: rgb(144,109,101); }
td.TdClassName
{
border-color: #906D65;
}
.TagClassName
{
border-color: #906D65;
}
</style>