Shades of Dark Chestnut #926964
Tints of Dark Chestnut #926964
RGB
CMYK
RGB Variations
Color information
#926964 (or 0x926964) is known color: Dark Chestnut. HEX triplet: 92, 69 and 64. RGB value is (146,105,100). Sum of RGB (Red+Green+Blue) = 146+105+100=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #926964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926964 is #6D969B. Grayscale: #747474. Windows color (decimal): -7181980 or 6580626. OLE color: 6580626.
HSL color Cylindrical-coordinate representation of color #926964: hue angle of 6.52º 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 #926964 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 100 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.43 |
| HSL | 6.52º | 0.19% | 0.48% | - |
| HSV(B) | 6.52º | 0.32% | 0.57% | - |
| XYZ | 19.21 | 17.13 | 14.35 | - |
| YUV | 116.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 100 | 0 | 0.28 | 0.32 | 0.43 | 6.52 | 0.19 | 0.48 |
| Hex | 92 | 69 | 64 | 0 | 1C | 20 | 2B | 7 | 13 | 30 |
| Octal | 222 | 151 | 144 | 0 | 34 | 40 | 53 | 7 | 23 | 60 |
| Binary | 10010010 | 1101001 | 1100100 | 0 | 11100 | 100000 | 101011 | 111 | 10011 | 110000 |
Color Harmonies of #926964
Complementary color
Monochromatic Colors of #926964
Black with #926964
Text Example
Text Example
White with #926964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926964; }
p { color: rgb(146,105,100); }
H1.HeaderClassName
{
color: #926964;
}
.AnyTagClassName
{
color: #926964;
}
</style>
background-color css
<style>
a { background-color: #926964; }
a { background-color: rgb(146,105,100); }
div.DivClassName
{
background-color: #926964;
}
.BgClassName
{
background-color: #926964;
}
</style>
border-color css
<style>
span { border-color: #926964; }
span { border-color: rgb(146,105,100); }
td.TdClassName
{
border-color: #926964;
}
.TagClassName
{
border-color: #926964;
}
</style>