Shades of Russett #826B63
Tints of Russett #826B63
RGB
CMYK
RGB Variations
Color information
#826B63 (or 0x826B63) is known color: Russett. HEX triplet: 82, 6B and 63. RGB value is (130,107,99). Sum of RGB (Red+Green+Blue) = 130+107+99=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #826B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B63 is #7D949C. Grayscale: #717171. Windows color (decimal): -8230045 or 6515586. OLE color: 6515586.
HSL color Cylindrical-coordinate representation of color #826B63: hue angle of 15.48º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826B63 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 99 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.49 |
| HSL | 15.48º | 0.14% | 0.45% | - |
| HSV(B) | 15.48º | 0.24% | 0.51% | - |
| XYZ | 16.72 | 16.16 | 14.04 | - |
| YUV | 112.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 99 | 0 | 0.18 | 0.24 | 0.49 | 15.48 | 0.14 | 0.45 |
| Hex | 82 | 6B | 63 | 0 | 12 | 18 | 31 | F | E | 2D |
| Octal | 202 | 153 | 143 | 0 | 22 | 30 | 61 | 17 | 16 | 55 |
| Binary | 10000010 | 1101011 | 1100011 | 0 | 10010 | 11000 | 110001 | 1111 | 1110 | 101101 |
Color Harmonies of #826B63
Complementary color
Monochromatic Colors of #826B63
Black with #826B63
Text Example
Text Example
White with #826B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B63; }
p { color: rgb(130,107,99); }
H1.HeaderClassName
{
color: #826B63;
}
.AnyTagClassName
{
color: #826B63;
}
</style>
background-color css
<style>
a { background-color: #826B63; }
a { background-color: rgb(130,107,99); }
div.DivClassName
{
background-color: #826B63;
}
.BgClassName
{
background-color: #826B63;
}
</style>
border-color css
<style>
span { border-color: #826B63; }
span { border-color: rgb(130,107,99); }
td.TdClassName
{
border-color: #826B63;
}
.TagClassName
{
border-color: #826B63;
}
</style>