Shades of Russett #826B5F
Tints of Russett #826B5F
RGB
CMYK
RGB Variations
Color information
#826B5F (or 0x826B5F) is known color: Russett. HEX triplet: 82, 6B and 5F. RGB value is (130,107,95). Sum of RGB (Red+Green+Blue) = 130+107+95=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B5F is #7D94A0. Grayscale: #707070. Windows color (decimal): -8230049 or 6253442. OLE color: 6253442.
HSL color Cylindrical-coordinate representation of color #826B5F: hue angle of 20.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826B5F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 95 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.49 |
| HSL | 20.57º | 0.16% | 0.44% | - |
| HSV(B) | 20.57º | 0.27% | 0.51% | - |
| XYZ | 16.53 | 16.09 | 13.06 | - |
| YUV | 112.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 95 | 0 | 0.18 | 0.27 | 0.49 | 20.57 | 0.16 | 0.44 |
| Hex | 82 | 6B | 5F | 0 | 12 | 1B | 31 | 15 | 10 | 2C |
| Octal | 202 | 153 | 137 | 0 | 22 | 33 | 61 | 25 | 20 | 54 |
| Binary | 10000010 | 1101011 | 1011111 | 0 | 10010 | 11011 | 110001 | 10101 | 10000 | 101100 |
Color Harmonies of #826B5F
Complementary color
Monochromatic Colors of #826B5F
Black with #826B5F
Text Example
Text Example
White with #826B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B5F; }
p { color: rgb(130,107,95); }
H1.HeaderClassName
{
color: #826B5F;
}
.AnyTagClassName
{
color: #826B5F;
}
</style>
background-color css
<style>
a { background-color: #826B5F; }
a { background-color: rgb(130,107,95); }
div.DivClassName
{
background-color: #826B5F;
}
.BgClassName
{
background-color: #826B5F;
}
</style>
border-color css
<style>
span { border-color: #826B5F; }
span { border-color: rgb(130,107,95); }
td.TdClassName
{
border-color: #826B5F;
}
.TagClassName
{
border-color: #826B5F;
}
</style>