Shades of Russett #826D64
Tints of Russett #826D64
RGB
CMYK
RGB Variations
Color information
#826D64 (or 0x826D64) is known color: Russett. HEX triplet: 82, 6D and 64. RGB value is (130,109,100). Sum of RGB (Red+Green+Blue) = 130+109+100=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #826D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D64 is #7D929B. Grayscale: #727272. Windows color (decimal): -8229532 or 6581634. OLE color: 6581634.
HSL color Cylindrical-coordinate representation of color #826D64: hue angle of 18º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #826D64 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 109 | 100 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.49 |
| HSL | 18º | 0.13% | 0.45% | - |
| HSV(B) | 18º | 0.23% | 0.51% | - |
| XYZ | 16.97 | 16.6 | 14.37 | - |
| YUV | 114.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 100 | 0 | 0.16 | 0.23 | 0.49 | 18 | 0.13 | 0.45 |
| Hex | 82 | 6D | 64 | 0 | 10 | 17 | 31 | 12 | D | 2D |
| Octal | 202 | 155 | 144 | 0 | 20 | 27 | 61 | 22 | 15 | 55 |
| Binary | 10000010 | 1101101 | 1100100 | 0 | 10000 | 10111 | 110001 | 10010 | 1101 | 101101 |
Color Harmonies of #826D64
Complementary color
Monochromatic Colors of #826D64
Black with #826D64
Text Example
Text Example
White with #826D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D64; }
p { color: rgb(130,109,100); }
H1.HeaderClassName
{
color: #826D64;
}
.AnyTagClassName
{
color: #826D64;
}
</style>
background-color css
<style>
a { background-color: #826D64; }
a { background-color: rgb(130,109,100); }
div.DivClassName
{
background-color: #826D64;
}
.BgClassName
{
background-color: #826D64;
}
</style>
border-color css
<style>
span { border-color: #826D64; }
span { border-color: rgb(130,109,100); }
td.TdClassName
{
border-color: #826D64;
}
.TagClassName
{
border-color: #826D64;
}
</style>