Shades of Russett #826E67
Tints of Russett #826E67
RGB
CMYK
RGB Variations
Color information
#826E67 (or 0x826E67) is known color: Russett. HEX triplet: 82, 6E and 67. RGB value is (130,110,103). Sum of RGB (Red+Green+Blue) = 130+110+103=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E67 is #7D9198. Grayscale: #737373. Windows color (decimal): -8229273 or 6778498. OLE color: 6778498.
HSL color Cylindrical-coordinate representation of color #826E67: hue angle of 15.56º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826E67 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 103 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.49 |
| HSL | 15.56º | 0.12% | 0.46% | - |
| HSV(B) | 15.56º | 0.21% | 0.51% | - |
| XYZ | 17.23 | 16.88 | 15.18 | - |
| YUV | 115.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 103 | 0 | 0.15 | 0.21 | 0.49 | 15.56 | 0.12 | 0.46 |
| Hex | 82 | 6E | 67 | 0 | F | 15 | 31 | 10 | C | 2E |
| Octal | 202 | 156 | 147 | 0 | 17 | 25 | 61 | 20 | 14 | 56 |
| Binary | 10000010 | 1101110 | 1100111 | 0 | 1111 | 10101 | 110001 | 10000 | 1100 | 101110 |
Color Harmonies of #826E67
Complementary color
Monochromatic Colors of #826E67
Black with #826E67
Text Example
Text Example
White with #826E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E67; }
p { color: rgb(130,110,103); }
H1.HeaderClassName
{
color: #826E67;
}
.AnyTagClassName
{
color: #826E67;
}
</style>
background-color css
<style>
a { background-color: #826E67; }
a { background-color: rgb(130,110,103); }
div.DivClassName
{
background-color: #826E67;
}
.BgClassName
{
background-color: #826E67;
}
</style>
border-color css
<style>
span { border-color: #826E67; }
span { border-color: rgb(130,110,103); }
td.TdClassName
{
border-color: #826E67;
}
.TagClassName
{
border-color: #826E67;
}
</style>