Shades of Dark Chestnut #926C64
Tints of Dark Chestnut #926C64
RGB
CMYK
RGB Variations
Color information
#926C64 (or 0x926C64) is known color: Dark Chestnut. HEX triplet: 92, 6C and 64. RGB value is (146,108,100). Sum of RGB (Red+Green+Blue) = 146+108+100=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #926C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C64 is #6D939B. Grayscale: #767676. Windows color (decimal): -7181212 or 6581394. OLE color: 6581394.
HSL color Cylindrical-coordinate representation of color #926C64: hue angle of 10.43º 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 #926C64 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 100 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.43 |
| HSL | 10.43º | 0.19% | 0.48% | - |
| HSV(B) | 10.43º | 0.32% | 0.57% | - |
| XYZ | 19.52 | 17.76 | 14.46 | - |
| YUV | 118.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 100 | 0 | 0.26 | 0.32 | 0.43 | 10.43 | 0.19 | 0.48 |
| Hex | 92 | 6C | 64 | 0 | 1A | 20 | 2B | A | 13 | 30 |
| Octal | 222 | 154 | 144 | 0 | 32 | 40 | 53 | 12 | 23 | 60 |
| Binary | 10010010 | 1101100 | 1100100 | 0 | 11010 | 100000 | 101011 | 1010 | 10011 | 110000 |
Color Harmonies of #926C64
Complementary color
Monochromatic Colors of #926C64
Black with #926C64
Text Example
Text Example
White with #926C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C64; }
p { color: rgb(146,108,100); }
H1.HeaderClassName
{
color: #926C64;
}
.AnyTagClassName
{
color: #926C64;
}
</style>
background-color css
<style>
a { background-color: #926C64; }
a { background-color: rgb(146,108,100); }
div.DivClassName
{
background-color: #926C64;
}
.BgClassName
{
background-color: #926C64;
}
</style>
border-color css
<style>
span { border-color: #926C64; }
span { border-color: rgb(146,108,100); }
td.TdClassName
{
border-color: #926C64;
}
.TagClassName
{
border-color: #926C64;
}
</style>