Shades of Russett #826B60
Tints of Russett #826B60
RGB
CMYK
RGB Variations
Color information
#826B60 (or 0x826B60) is known color: Russett. HEX triplet: 82, 6B and 60. RGB value is (130,107,96). Sum of RGB (Red+Green+Blue) = 130+107+96=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B60 is #7D949F. Grayscale: #707070. Windows color (decimal): -8230048 or 6318978. OLE color: 6318978.
HSL color Cylindrical-coordinate representation of color #826B60: hue angle of 19.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826B60 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 96 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.49 |
| HSL | 19.41º | 0.15% | 0.44% | - |
| HSV(B) | 19.41º | 0.26% | 0.51% | - |
| XYZ | 16.57 | 16.11 | 13.3 | - |
| YUV | 112.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 96 | 0 | 0.18 | 0.26 | 0.49 | 19.41 | 0.15 | 0.44 |
| Hex | 82 | 6B | 60 | 0 | 12 | 1A | 31 | 13 | F | 2C |
| Octal | 202 | 153 | 140 | 0 | 22 | 32 | 61 | 23 | 17 | 54 |
| Binary | 10000010 | 1101011 | 1100000 | 0 | 10010 | 11010 | 110001 | 10011 | 1111 | 101100 |
Color Harmonies of #826B60
Complementary color
Monochromatic Colors of #826B60
Black with #826B60
Text Example
Text Example
White with #826B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B60; }
p { color: rgb(130,107,96); }
H1.HeaderClassName
{
color: #826B60;
}
.AnyTagClassName
{
color: #826B60;
}
</style>
background-color css
<style>
a { background-color: #826B60; }
a { background-color: rgb(130,107,96); }
div.DivClassName
{
background-color: #826B60;
}
.BgClassName
{
background-color: #826B60;
}
</style>
border-color css
<style>
span { border-color: #826B60; }
span { border-color: rgb(130,107,96); }
td.TdClassName
{
border-color: #826B60;
}
.TagClassName
{
border-color: #826B60;
}
</style>