Shades of Russett #806D66
Tints of Russett #806D66
RGB
CMYK
RGB Variations
Color information
#806D66 (or 0x806D66) is known color: Russett. HEX triplet: 80, 6D and 66. RGB value is (128,109,102). Sum of RGB (Red+Green+Blue) = 128+109+102=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #806D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D66 is #7F9299. Grayscale: #717171. Windows color (decimal): -8360602 or 6712704. OLE color: 6712704.
HSL color Cylindrical-coordinate representation of color #806D66: hue angle of 16.15º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806D66 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 102 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.50 |
| HSL | 16.15º | 0.11% | 0.45% | - |
| HSV(B) | 16.15º | 0.2% | 0.5% | - |
| XYZ | 16.77 | 16.49 | 14.87 | - |
| YUV | 113.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 102 | 0 | 0.15 | 0.20 | 0.50 | 16.15 | 0.11 | 0.45 |
| Hex | 80 | 6D | 66 | 0 | F | 14 | 32 | 10 | B | 2D |
| Octal | 200 | 155 | 146 | 0 | 17 | 24 | 62 | 20 | 13 | 55 |
| Binary | 10000000 | 1101101 | 1100110 | 0 | 1111 | 10100 | 110010 | 10000 | 1011 | 101101 |
Color Harmonies of #806D66
Complementary color
Monochromatic Colors of #806D66
Black with #806D66
Text Example
Text Example
White with #806D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D66; }
p { color: rgb(128,109,102); }
H1.HeaderClassName
{
color: #806D66;
}
.AnyTagClassName
{
color: #806D66;
}
</style>
background-color css
<style>
a { background-color: #806D66; }
a { background-color: rgb(128,109,102); }
div.DivClassName
{
background-color: #806D66;
}
.BgClassName
{
background-color: #806D66;
}
</style>
border-color css
<style>
span { border-color: #806D66; }
span { border-color: rgb(128,109,102); }
td.TdClassName
{
border-color: #806D66;
}
.TagClassName
{
border-color: #806D66;
}
</style>