Shades of Russett #806D67
Tints of Russett #806D67
RGB
CMYK
RGB Variations
Color information
#806D67 (or 0x806D67) is known color: Russett. HEX triplet: 80, 6D and 67. RGB value is (128,109,103). Sum of RGB (Red+Green+Blue) = 128+109+103=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #806D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D67 is #7F9298. Grayscale: #727272. Windows color (decimal): -8360601 or 6778240. OLE color: 6778240.
HSL color Cylindrical-coordinate representation of color #806D67: hue angle of 14.4º 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 #806D67 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 103 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.50 |
| HSL | 14.4º | 0.11% | 0.45% | - |
| HSV(B) | 14.4º | 0.2% | 0.5% | - |
| XYZ | 16.82 | 16.51 | 15.13 | - |
| YUV | 114 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 103 | 0 | 0.15 | 0.20 | 0.50 | 14.4 | 0.11 | 0.45 |
| Hex | 80 | 6D | 67 | 0 | F | 14 | 32 | E | B | 2D |
| Octal | 200 | 155 | 147 | 0 | 17 | 24 | 62 | 16 | 13 | 55 |
| Binary | 10000000 | 1101101 | 1100111 | 0 | 1111 | 10100 | 110010 | 1110 | 1011 | 101101 |
Color Harmonies of #806D67
Complementary color
Monochromatic Colors of #806D67
Black with #806D67
Text Example
Text Example
White with #806D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D67; }
p { color: rgb(128,109,103); }
H1.HeaderClassName
{
color: #806D67;
}
.AnyTagClassName
{
color: #806D67;
}
</style>
background-color css
<style>
a { background-color: #806D67; }
a { background-color: rgb(128,109,103); }
div.DivClassName
{
background-color: #806D67;
}
.BgClassName
{
background-color: #806D67;
}
</style>
border-color css
<style>
span { border-color: #806D67; }
span { border-color: rgb(128,109,103); }
td.TdClassName
{
border-color: #806D67;
}
.TagClassName
{
border-color: #806D67;
}
</style>