Shades of Russett #826A5E
Tints of Russett #826A5E
RGB
CMYK
RGB Variations
Color information
#826A5E (or 0x826A5E) is known color: Russett. HEX triplet: 82, 6A and 5E. RGB value is (130,106,94). Sum of RGB (Red+Green+Blue) = 130+106+94=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5E is #7D95A1. Grayscale: #6F6F6F. Windows color (decimal): -8230306 or 6187650. OLE color: 6187650.
HSL color Cylindrical-coordinate representation of color #826A5E: hue angle of 20º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826A5E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 94 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.49 |
| HSL | 20º | 0.16% | 0.44% | - |
| HSV(B) | 20º | 0.28% | 0.51% | - |
| XYZ | 16.38 | 15.86 | 12.79 | - |
| YUV | 111.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 94 | 0 | 0.18 | 0.28 | 0.49 | 20 | 0.16 | 0.44 |
| Hex | 82 | 6A | 5E | 0 | 12 | 1C | 31 | 14 | 10 | 2C |
| Octal | 202 | 152 | 136 | 0 | 22 | 34 | 61 | 24 | 20 | 54 |
| Binary | 10000010 | 1101010 | 1011110 | 0 | 10010 | 11100 | 110001 | 10100 | 10000 | 101100 |
Color Harmonies of #826A5E
Complementary color
Monochromatic Colors of #826A5E
Black with #826A5E
Text Example
Text Example
White with #826A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A5E; }
p { color: rgb(130,106,94); }
H1.HeaderClassName
{
color: #826A5E;
}
.AnyTagClassName
{
color: #826A5E;
}
</style>
background-color css
<style>
a { background-color: #826A5E; }
a { background-color: rgb(130,106,94); }
div.DivClassName
{
background-color: #826A5E;
}
.BgClassName
{
background-color: #826A5E;
}
</style>
border-color css
<style>
span { border-color: #826A5E; }
span { border-color: rgb(130,106,94); }
td.TdClassName
{
border-color: #826A5E;
}
.TagClassName
{
border-color: #826A5E;
}
</style>