Shades of Dark Chestnut #926B66
Tints of Dark Chestnut #926B66
RGB
CMYK
RGB Variations
Color information
#926B66 (or 0x926B66) is known color: Dark Chestnut. HEX triplet: 92, 6B and 66. RGB value is (146,107,102). Sum of RGB (Red+Green+Blue) = 146+107+102=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #926B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B66 is #6D9499. Grayscale: #767676. Windows color (decimal): -7181466 or 6712210. OLE color: 6712210.
HSL color Cylindrical-coordinate representation of color #926B66: hue angle of 6.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #926B66 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 102 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.43 |
| HSL | 6.82º | 0.18% | 0.49% | - |
| HSV(B) | 6.82º | 0.3% | 0.57% | - |
| XYZ | 19.51 | 17.59 | 14.94 | - |
| YUV | 118.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 102 | 0 | 0.27 | 0.30 | 0.43 | 6.82 | 0.18 | 0.49 |
| Hex | 92 | 6B | 66 | 0 | 1B | 1E | 2B | 7 | 12 | 31 |
| Octal | 222 | 153 | 146 | 0 | 33 | 36 | 53 | 7 | 22 | 61 |
| Binary | 10010010 | 1101011 | 1100110 | 0 | 11011 | 11110 | 101011 | 111 | 10010 | 110001 |
Color Harmonies of #926B66
Complementary color
Monochromatic Colors of #926B66
Black with #926B66
Text Example
Text Example
White with #926B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B66; }
p { color: rgb(146,107,102); }
H1.HeaderClassName
{
color: #926B66;
}
.AnyTagClassName
{
color: #926B66;
}
</style>
background-color css
<style>
a { background-color: #926B66; }
a { background-color: rgb(146,107,102); }
div.DivClassName
{
background-color: #926B66;
}
.BgClassName
{
background-color: #926B66;
}
</style>
border-color css
<style>
span { border-color: #926B66; }
span { border-color: rgb(146,107,102); }
td.TdClassName
{
border-color: #926B66;
}
.TagClassName
{
border-color: #926B66;
}
</style>