Shades of Dark Chestnut #926860
Tints of Dark Chestnut #926860
RGB
CMYK
RGB Variations
Color information
#926860 (or 0x926860) is known color: Dark Chestnut. HEX triplet: 92, 68 and 60. RGB value is (146,104,96). Sum of RGB (Red+Green+Blue) = 146+104+96=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926860 is #6D979F. Grayscale: #737373. Windows color (decimal): -7182240 or 6318226. OLE color: 6318226.
HSL color Cylindrical-coordinate representation of color #926860: hue angle of 9.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926860 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 96 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.43 |
| HSL | 9.6º | 0.21% | 0.47% | - |
| HSV(B) | 9.6º | 0.34% | 0.57% | - |
| XYZ | 18.92 | 16.86 | 13.32 | - |
| YUV | 115.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 96 | 0 | 0.29 | 0.34 | 0.43 | 9.6 | 0.21 | 0.47 |
| Hex | 92 | 68 | 60 | 0 | 1D | 22 | 2B | A | 15 | 2F |
| Octal | 222 | 150 | 140 | 0 | 35 | 42 | 53 | 12 | 25 | 57 |
| Binary | 10010010 | 1101000 | 1100000 | 0 | 11101 | 100010 | 101011 | 1010 | 10101 | 101111 |
Color Harmonies of #926860
Complementary color
Monochromatic Colors of #926860
Black with #926860
Text Example
Text Example
White with #926860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926860; }
p { color: rgb(146,104,96); }
H1.HeaderClassName
{
color: #926860;
}
.AnyTagClassName
{
color: #926860;
}
</style>
background-color css
<style>
a { background-color: #926860; }
a { background-color: rgb(146,104,96); }
div.DivClassName
{
background-color: #926860;
}
.BgClassName
{
background-color: #926860;
}
</style>
border-color css
<style>
span { border-color: #926860; }
span { border-color: rgb(146,104,96); }
td.TdClassName
{
border-color: #926860;
}
.TagClassName
{
border-color: #926860;
}
</style>