Shades of Russett #826A5D
Tints of Russett #826A5D
RGB
CMYK
RGB Variations
Color information
#826A5D (or 0x826A5D) is known color: Russett. HEX triplet: 82, 6A and 5D. RGB value is (130,106,93). Sum of RGB (Red+Green+Blue) = 130+106+93=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A5D is #7D95A2. Grayscale: #6F6F6F. Windows color (decimal): -8230307 or 6122114. OLE color: 6122114.
HSL color Cylindrical-coordinate representation of color #826A5D: hue angle of 21.08º degrees, saturation: 0.17, 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 #826A5D is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 93 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.49 |
| HSL | 21.08º | 0.17% | 0.44% | - |
| HSV(B) | 21.08º | 0.28% | 0.51% | - |
| XYZ | 16.34 | 15.84 | 12.55 | - |
| YUV | 111.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 93 | 0 | 0.18 | 0.28 | 0.49 | 21.08 | 0.17 | 0.44 |
| Hex | 82 | 6A | 5D | 0 | 12 | 1C | 31 | 15 | 11 | 2C |
| Octal | 202 | 152 | 135 | 0 | 22 | 34 | 61 | 25 | 21 | 54 |
| Binary | 10000010 | 1101010 | 1011101 | 0 | 10010 | 11100 | 110001 | 10101 | 10001 | 101100 |
Color Harmonies of #826A5D
Complementary color
Monochromatic Colors of #826A5D
Black with #826A5D
Text Example
Text Example
White with #826A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A5D; }
p { color: rgb(130,106,93); }
H1.HeaderClassName
{
color: #826A5D;
}
.AnyTagClassName
{
color: #826A5D;
}
</style>
background-color css
<style>
a { background-color: #826A5D; }
a { background-color: rgb(130,106,93); }
div.DivClassName
{
background-color: #826A5D;
}
.BgClassName
{
background-color: #826A5D;
}
</style>
border-color css
<style>
span { border-color: #826A5D; }
span { border-color: rgb(130,106,93); }
td.TdClassName
{
border-color: #826A5D;
}
.TagClassName
{
border-color: #826A5D;
}
</style>