Shades of Russett #806F68
Tints of Russett #806F68
RGB
CMYK
RGB Variations
Color information
#806F68 (or 0x806F68) is known color: Russett. HEX triplet: 80, 6F and 68. RGB value is (128,111,104). Sum of RGB (Red+Green+Blue) = 128+111+104=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F68 is #7F9097. Grayscale: #737373. Windows color (decimal): -8360088 or 6844288. OLE color: 6844288.
HSL color Cylindrical-coordinate representation of color #806F68: hue angle of 17.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #806F68 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 104 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.50 |
| HSL | 17.5º | 0.1% | 0.45% | - |
| HSV(B) | 17.5º | 0.19% | 0.5% | - |
| XYZ | 17.09 | 16.96 | 15.47 | - |
| YUV | 115.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 104 | 0 | 0.13 | 0.19 | 0.50 | 17.5 | 0.1 | 0.45 |
| Hex | 80 | 6F | 68 | 0 | D | 13 | 32 | 12 | A | 2D |
| Octal | 200 | 157 | 150 | 0 | 15 | 23 | 62 | 22 | 12 | 55 |
| Binary | 10000000 | 1101111 | 1101000 | 0 | 1101 | 10011 | 110010 | 10010 | 1010 | 101101 |
Color Harmonies of #806F68
Complementary color
Monochromatic Colors of #806F68
Black with #806F68
Text Example
Text Example
White with #806F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F68; }
p { color: rgb(128,111,104); }
H1.HeaderClassName
{
color: #806F68;
}
.AnyTagClassName
{
color: #806F68;
}
</style>
background-color css
<style>
a { background-color: #806F68; }
a { background-color: rgb(128,111,104); }
div.DivClassName
{
background-color: #806F68;
}
.BgClassName
{
background-color: #806F68;
}
</style>
border-color css
<style>
span { border-color: #806F68; }
span { border-color: rgb(128,111,104); }
td.TdClassName
{
border-color: #806F68;
}
.TagClassName
{
border-color: #806F68;
}
</style>