Shades of Dark Chestnut #926359
Tints of Dark Chestnut #926359
RGB
CMYK
RGB Variations
Color information
#926359 (or 0x926359) is known color: Dark Chestnut. HEX triplet: 92, 63 and 59. RGB value is (146,99,89). Sum of RGB (Red+Green+Blue) = 146+99+89=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #926359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926359 is #6D9CA6. Grayscale: #707070. Windows color (decimal): -7183527 or 5858194. OLE color: 5858194.
HSL color Cylindrical-coordinate representation of color #926359: hue angle of 10.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #926359 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 89 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.43 |
| HSL | 10.53º | 0.24% | 0.46% | - |
| HSV(B) | 10.53º | 0.39% | 0.57% | - |
| XYZ | 18.12 | 15.76 | 11.54 | - |
| YUV | 111.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 89 | 0 | 0.32 | 0.39 | 0.43 | 10.53 | 0.24 | 0.46 |
| Hex | 92 | 63 | 59 | 0 | 20 | 27 | 2B | B | 18 | 2E |
| Octal | 222 | 143 | 131 | 0 | 40 | 47 | 53 | 13 | 30 | 56 |
| Binary | 10010010 | 1100011 | 1011001 | 0 | 100000 | 100111 | 101011 | 1011 | 11000 | 101110 |
Color Harmonies of #926359
Complementary color
Monochromatic Colors of #926359
Black with #926359
Text Example
Text Example
White with #926359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926359; }
p { color: rgb(146,99,89); }
H1.HeaderClassName
{
color: #926359;
}
.AnyTagClassName
{
color: #926359;
}
</style>
background-color css
<style>
a { background-color: #926359; }
a { background-color: rgb(146,99,89); }
div.DivClassName
{
background-color: #926359;
}
.BgClassName
{
background-color: #926359;
}
</style>
border-color css
<style>
span { border-color: #926359; }
span { border-color: rgb(146,99,89); }
td.TdClassName
{
border-color: #926359;
}
.TagClassName
{
border-color: #926359;
}
</style>