Shades of Dark Chestnut #926864
Tints of Dark Chestnut #926864
RGB
CMYK
RGB Variations
Color information
#926864 (or 0x926864) is known color: Dark Chestnut. HEX triplet: 92, 68 and 64. RGB value is (146,104,100). Sum of RGB (Red+Green+Blue) = 146+104+100=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926864 is #6D979B. Grayscale: #747474. Windows color (decimal): -7182236 or 6580370. OLE color: 6580370.
HSL color Cylindrical-coordinate representation of color #926864: hue angle of 5.22º 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 #926864 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 100 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.43 |
| HSL | 5.22º | 0.19% | 0.48% | - |
| HSV(B) | 5.22º | 0.32% | 0.57% | - |
| XYZ | 19.1 | 16.93 | 14.32 | - |
| YUV | 116.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 100 | 0 | 0.29 | 0.32 | 0.43 | 5.22 | 0.19 | 0.48 |
| Hex | 92 | 68 | 64 | 0 | 1D | 20 | 2B | 5 | 13 | 30 |
| Octal | 222 | 150 | 144 | 0 | 35 | 40 | 53 | 5 | 23 | 60 |
| Binary | 10010010 | 1101000 | 1100100 | 0 | 11101 | 100000 | 101011 | 101 | 10011 | 110000 |
Color Harmonies of #926864
Complementary color
Monochromatic Colors of #926864
Black with #926864
Text Example
Text Example
White with #926864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926864; }
p { color: rgb(146,104,100); }
H1.HeaderClassName
{
color: #926864;
}
.AnyTagClassName
{
color: #926864;
}
</style>
background-color css
<style>
a { background-color: #926864; }
a { background-color: rgb(146,104,100); }
div.DivClassName
{
background-color: #926864;
}
.BgClassName
{
background-color: #926864;
}
</style>
border-color css
<style>
span { border-color: #926864; }
span { border-color: rgb(146,104,100); }
td.TdClassName
{
border-color: #926864;
}
.TagClassName
{
border-color: #926864;
}
</style>