Shades of Dark Chestnut #926F63
Tints of Dark Chestnut #926F63
RGB
CMYK
RGB Variations
Color information
#926F63 (or 0x926F63) is known color: Dark Chestnut. HEX triplet: 92, 6F and 63. RGB value is (146,111,99). Sum of RGB (Red+Green+Blue) = 146+111+99=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #926F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F63 is #6D909C. Grayscale: #787878. Windows color (decimal): -7180445 or 6516626. OLE color: 6516626.
HSL color Cylindrical-coordinate representation of color #926F63: hue angle of 15.32º 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 #926F63 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 99 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.43 |
| HSL | 15.32º | 0.19% | 0.48% | - |
| HSV(B) | 15.32º | 0.32% | 0.57% | - |
| XYZ | 19.79 | 18.38 | 14.31 | - |
| YUV | 120.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 99 | 0 | 0.24 | 0.32 | 0.43 | 15.32 | 0.19 | 0.48 |
| Hex | 92 | 6F | 63 | 0 | 18 | 20 | 2B | F | 13 | 30 |
| Octal | 222 | 157 | 143 | 0 | 30 | 40 | 53 | 17 | 23 | 60 |
| Binary | 10010010 | 1101111 | 1100011 | 0 | 11000 | 100000 | 101011 | 1111 | 10011 | 110000 |
Color Harmonies of #926F63
Complementary color
Monochromatic Colors of #926F63
Black with #926F63
Text Example
Text Example
White with #926F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F63; }
p { color: rgb(146,111,99); }
H1.HeaderClassName
{
color: #926F63;
}
.AnyTagClassName
{
color: #926F63;
}
</style>
background-color css
<style>
a { background-color: #926F63; }
a { background-color: rgb(146,111,99); }
div.DivClassName
{
background-color: #926F63;
}
.BgClassName
{
background-color: #926F63;
}
</style>
border-color css
<style>
span { border-color: #926F63; }
span { border-color: rgb(146,111,99); }
td.TdClassName
{
border-color: #926F63;
}
.TagClassName
{
border-color: #926F63;
}
</style>