Shades of Russett #806D65
Tints of Russett #806D65
RGB
CMYK
RGB Variations
Color information
#806D65 (or 0x806D65) is known color: Russett. HEX triplet: 80, 6D and 65. RGB value is (128,109,101). Sum of RGB (Red+Green+Blue) = 128+109+101=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #806D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D65 is #7F929A. Grayscale: #717171. Windows color (decimal): -8360603 or 6647168. OLE color: 6647168.
HSL color Cylindrical-coordinate representation of color #806D65: hue angle of 17.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806D65 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 101 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.50 |
| HSL | 17.78º | 0.12% | 0.45% | - |
| HSV(B) | 17.78º | 0.21% | 0.5% | - |
| XYZ | 16.72 | 16.47 | 14.61 | - |
| YUV | 113.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 101 | 0 | 0.15 | 0.21 | 0.50 | 17.78 | 0.12 | 0.45 |
| Hex | 80 | 6D | 65 | 0 | F | 15 | 32 | 12 | C | 2D |
| Octal | 200 | 155 | 145 | 0 | 17 | 25 | 62 | 22 | 14 | 55 |
| Binary | 10000000 | 1101101 | 1100101 | 0 | 1111 | 10101 | 110010 | 10010 | 1100 | 101101 |
Color Harmonies of #806D65
Complementary color
Monochromatic Colors of #806D65
Black with #806D65
Text Example
Text Example
White with #806D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D65; }
p { color: rgb(128,109,101); }
H1.HeaderClassName
{
color: #806D65;
}
.AnyTagClassName
{
color: #806D65;
}
</style>
background-color css
<style>
a { background-color: #806D65; }
a { background-color: rgb(128,109,101); }
div.DivClassName
{
background-color: #806D65;
}
.BgClassName
{
background-color: #806D65;
}
</style>
border-color css
<style>
span { border-color: #806D65; }
span { border-color: rgb(128,109,101); }
td.TdClassName
{
border-color: #806D65;
}
.TagClassName
{
border-color: #806D65;
}
</style>