Shades of Dark Chestnut #926D66
Tints of Dark Chestnut #926D66
RGB
CMYK
RGB Variations
Color information
#926D66 (or 0x926D66) is known color: Dark Chestnut. HEX triplet: 92, 6D and 66. RGB value is (146,109,102). Sum of RGB (Red+Green+Blue) = 146+109+102=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #926D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D66 is #6D9299. Grayscale: #777777. Windows color (decimal): -7180954 or 6712722. OLE color: 6712722.
HSL color Cylindrical-coordinate representation of color #926D66: hue angle of 9.55º 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 #926D66 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 102 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.43 |
| HSL | 9.55º | 0.18% | 0.49% | - |
| HSV(B) | 9.55º | 0.3% | 0.57% | - |
| XYZ | 19.72 | 18.01 | 15.01 | - |
| YUV | 119.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 102 | 0 | 0.25 | 0.30 | 0.43 | 9.55 | 0.18 | 0.49 |
| Hex | 92 | 6D | 66 | 0 | 19 | 1E | 2B | A | 12 | 31 |
| Octal | 222 | 155 | 146 | 0 | 31 | 36 | 53 | 12 | 22 | 61 |
| Binary | 10010010 | 1101101 | 1100110 | 0 | 11001 | 11110 | 101011 | 1010 | 10010 | 110001 |
Color Harmonies of #926D66
Complementary color
Monochromatic Colors of #926D66
Black with #926D66
Text Example
Text Example
White with #926D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D66; }
p { color: rgb(146,109,102); }
H1.HeaderClassName
{
color: #926D66;
}
.AnyTagClassName
{
color: #926D66;
}
</style>
background-color css
<style>
a { background-color: #926D66; }
a { background-color: rgb(146,109,102); }
div.DivClassName
{
background-color: #926D66;
}
.BgClassName
{
background-color: #926D66;
}
</style>
border-color css
<style>
span { border-color: #926D66; }
span { border-color: rgb(146,109,102); }
td.TdClassName
{
border-color: #926D66;
}
.TagClassName
{
border-color: #926D66;
}
</style>