Shades of Russett #806C64
Tints of Russett #806C64
RGB
CMYK
RGB Variations
Color information
#806C64 (or 0x806C64) is known color: Russett. HEX triplet: 80, 6C and 64. RGB value is (128,108,100). Sum of RGB (Red+Green+Blue) = 128+108+100=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #806C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C64 is #7F939B. Grayscale: #717171. Windows color (decimal): -8360860 or 6581376. OLE color: 6581376.
HSL color Cylindrical-coordinate representation of color #806C64: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806C64 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 100 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.50 |
| HSL | 17.14º | 0.12% | 0.45% | - |
| HSV(B) | 17.14º | 0.22% | 0.5% | - |
| XYZ | 16.56 | 16.23 | 14.32 | - |
| YUV | 113.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 100 | 0 | 0.16 | 0.22 | 0.50 | 17.14 | 0.12 | 0.45 |
| Hex | 80 | 6C | 64 | 0 | 10 | 16 | 32 | 11 | C | 2D |
| Octal | 200 | 154 | 144 | 0 | 20 | 26 | 62 | 21 | 14 | 55 |
| Binary | 10000000 | 1101100 | 1100100 | 0 | 10000 | 10110 | 110010 | 10001 | 1100 | 101101 |
Color Harmonies of #806C64
Complementary color
Monochromatic Colors of #806C64
Black with #806C64
Text Example
Text Example
White with #806C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C64; }
p { color: rgb(128,108,100); }
H1.HeaderClassName
{
color: #806C64;
}
.AnyTagClassName
{
color: #806C64;
}
</style>
background-color css
<style>
a { background-color: #806C64; }
a { background-color: rgb(128,108,100); }
div.DivClassName
{
background-color: #806C64;
}
.BgClassName
{
background-color: #806C64;
}
</style>
border-color css
<style>
span { border-color: #806C64; }
span { border-color: rgb(128,108,100); }
td.TdClassName
{
border-color: #806C64;
}
.TagClassName
{
border-color: #806C64;
}
</style>