Shades of Russett #826F66
Tints of Russett #826F66
RGB
CMYK
RGB Variations
Color information
#826F66 (or 0x826F66) is known color: Russett. HEX triplet: 82, 6F and 66. RGB value is (130,111,102). Sum of RGB (Red+Green+Blue) = 130+111+102=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F66 is #7D9099. Grayscale: #737373. Windows color (decimal): -8229018 or 6713218. OLE color: 6713218.
HSL color Cylindrical-coordinate representation of color #826F66: hue angle of 19.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826F66 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 102 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.49 |
| HSL | 19.29º | 0.12% | 0.45% | - |
| HSV(B) | 19.29º | 0.22% | 0.51% | - |
| XYZ | 17.29 | 17.07 | 14.95 | - |
| YUV | 115.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 102 | 0 | 0.15 | 0.22 | 0.49 | 19.29 | 0.12 | 0.45 |
| Hex | 82 | 6F | 66 | 0 | F | 16 | 31 | 13 | C | 2D |
| Octal | 202 | 157 | 146 | 0 | 17 | 26 | 61 | 23 | 14 | 55 |
| Binary | 10000010 | 1101111 | 1100110 | 0 | 1111 | 10110 | 110001 | 10011 | 1100 | 101101 |
Color Harmonies of #826F66
Complementary color
Monochromatic Colors of #826F66
Black with #826F66
Text Example
Text Example
White with #826F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F66; }
p { color: rgb(130,111,102); }
H1.HeaderClassName
{
color: #826F66;
}
.AnyTagClassName
{
color: #826F66;
}
</style>
background-color css
<style>
a { background-color: #826F66; }
a { background-color: rgb(130,111,102); }
div.DivClassName
{
background-color: #826F66;
}
.BgClassName
{
background-color: #826F66;
}
</style>
border-color css
<style>
span { border-color: #826F66; }
span { border-color: rgb(130,111,102); }
td.TdClassName
{
border-color: #826F66;
}
.TagClassName
{
border-color: #826F66;
}
</style>