Shades of Russett #826D65
Tints of Russett #826D65
RGB
CMYK
RGB Variations
Color information
#826D65 (or 0x826D65) is known color: Russett. HEX triplet: 82, 6D and 65. RGB value is (130,109,101). Sum of RGB (Red+Green+Blue) = 130+109+101=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #826D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D65 is #7D929A. Grayscale: #727272. Windows color (decimal): -8229531 or 6647170. OLE color: 6647170.
HSL color Cylindrical-coordinate representation of color #826D65: hue angle of 16.55º degrees, saturation: 0.13, 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 #826D65 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 109 | 101 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.49 |
| HSL | 16.55º | 0.13% | 0.45% | - |
| HSV(B) | 16.55º | 0.22% | 0.51% | - |
| XYZ | 17.02 | 16.62 | 14.62 | - |
| YUV | 114.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 101 | 0 | 0.16 | 0.22 | 0.49 | 16.55 | 0.13 | 0.45 |
| Hex | 82 | 6D | 65 | 0 | 10 | 16 | 31 | 11 | D | 2D |
| Octal | 202 | 155 | 145 | 0 | 20 | 26 | 61 | 21 | 15 | 55 |
| Binary | 10000010 | 1101101 | 1100101 | 0 | 10000 | 10110 | 110001 | 10001 | 1101 | 101101 |
Color Harmonies of #826D65
Complementary color
Monochromatic Colors of #826D65
Black with #826D65
Text Example
Text Example
White with #826D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D65; }
p { color: rgb(130,109,101); }
H1.HeaderClassName
{
color: #826D65;
}
.AnyTagClassName
{
color: #826D65;
}
</style>
background-color css
<style>
a { background-color: #826D65; }
a { background-color: rgb(130,109,101); }
div.DivClassName
{
background-color: #826D65;
}
.BgClassName
{
background-color: #826D65;
}
</style>
border-color css
<style>
span { border-color: #826D65; }
span { border-color: rgb(130,109,101); }
td.TdClassName
{
border-color: #826D65;
}
.TagClassName
{
border-color: #826D65;
}
</style>