Shades of Russett #82685D
Tints of Russett #82685D
RGB
CMYK
RGB Variations
Color information
#82685D (or 0x82685D) is known color: Russett. HEX triplet: 82, 68 and 5D. RGB value is (130,104,93). Sum of RGB (Red+Green+Blue) = 130+104+93=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82685D is #7D97A2. Grayscale: #6E6E6E. Windows color (decimal): -8230819 or 6121602. OLE color: 6121602.
HSL color Cylindrical-coordinate representation of color #82685D: hue angle of 17.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82685D is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 93 | - |
| CMYK | 0 | 0.2 | 0.28 | 0.49 |
| HSL | 17.84º | 0.17% | 0.44% | - |
| HSV(B) | 17.84º | 0.28% | 0.51% | - |
| XYZ | 16.13 | 15.44 | 12.49 | - |
| YUV | 110.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 93 | 0 | 0.2 | 0.28 | 0.49 | 17.84 | 0.17 | 0.44 |
| Hex | 82 | 68 | 5D | 0 | 14 | 1C | 31 | 12 | 11 | 2C |
| Octal | 202 | 150 | 135 | 0 | 24 | 34 | 61 | 22 | 21 | 54 |
| Binary | 10000010 | 1101000 | 1011101 | 0 | 10100 | 11100 | 110001 | 10010 | 10001 | 101100 |
Color Harmonies of #82685D
Complementary color
Monochromatic Colors of #82685D
Black with #82685D
Text Example
Text Example
White with #82685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82685D; }
p { color: rgb(130,104,93); }
H1.HeaderClassName
{
color: #82685D;
}
.AnyTagClassName
{
color: #82685D;
}
</style>
background-color css
<style>
a { background-color: #82685D; }
a { background-color: rgb(130,104,93); }
div.DivClassName
{
background-color: #82685D;
}
.BgClassName
{
background-color: #82685D;
}
</style>
border-color css
<style>
span { border-color: #82685D; }
span { border-color: rgb(130,104,93); }
td.TdClassName
{
border-color: #82685D;
}
.TagClassName
{
border-color: #82685D;
}
</style>