Shades of Dark Chestnut #926D64
Tints of Dark Chestnut #926D64
RGB
CMYK
RGB Variations
Color information
#926D64 (or 0x926D64) is known color: Dark Chestnut. HEX triplet: 92, 6D and 64. RGB value is (146,109,100). Sum of RGB (Red+Green+Blue) = 146+109+100=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #926D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D64 is #6D929B. Grayscale: #777777. Windows color (decimal): -7180956 or 6581650. OLE color: 6581650.
HSL color Cylindrical-coordinate representation of color #926D64: hue angle of 11.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926D64 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 100 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.43 |
| HSL | 11.74º | 0.19% | 0.48% | - |
| HSV(B) | 11.74º | 0.32% | 0.57% | - |
| XYZ | 19.62 | 17.97 | 14.49 | - |
| YUV | 119.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 100 | 0 | 0.25 | 0.32 | 0.43 | 11.74 | 0.19 | 0.48 |
| Hex | 92 | 6D | 64 | 0 | 19 | 20 | 2B | C | 13 | 30 |
| Octal | 222 | 155 | 144 | 0 | 31 | 40 | 53 | 14 | 23 | 60 |
| Binary | 10010010 | 1101101 | 1100100 | 0 | 11001 | 100000 | 101011 | 1100 | 10011 | 110000 |
Color Harmonies of #926D64
Complementary color
Monochromatic Colors of #926D64
Black with #926D64
Text Example
Text Example
White with #926D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D64; }
p { color: rgb(146,109,100); }
H1.HeaderClassName
{
color: #926D64;
}
.AnyTagClassName
{
color: #926D64;
}
</style>
background-color css
<style>
a { background-color: #926D64; }
a { background-color: rgb(146,109,100); }
div.DivClassName
{
background-color: #926D64;
}
.BgClassName
{
background-color: #926D64;
}
</style>
border-color css
<style>
span { border-color: #926D64; }
span { border-color: rgb(146,109,100); }
td.TdClassName
{
border-color: #926D64;
}
.TagClassName
{
border-color: #926D64;
}
</style>