Shades of Russett #82685B
Tints of Russett #82685B
RGB
CMYK
RGB Variations
Color information
#82685B (or 0x82685B) is known color: Russett. HEX triplet: 82, 68 and 5B. RGB value is (130,104,91). Sum of RGB (Red+Green+Blue) = 130+104+91=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82685B is #7D97A4. Grayscale: #6E6E6E. Windows color (decimal): -8230821 or 5990530. OLE color: 5990530.
HSL color Cylindrical-coordinate representation of color #82685B: hue angle of 20º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82685B is Cyan = 0, Magento = 0.2, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 91 | - |
| CMYK | 0 | 0.2 | 0.30 | 0.49 |
| HSL | 20º | 0.18% | 0.43% | - |
| HSV(B) | 20º | 0.3% | 0.51% | - |
| XYZ | 16.04 | 15.4 | 12.02 | - |
| YUV | 110.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 91 | 0 | 0.2 | 0.30 | 0.49 | 20 | 0.18 | 0.43 |
| Hex | 82 | 68 | 5B | 0 | 14 | 1E | 31 | 14 | 12 | 2B |
| Octal | 202 | 150 | 133 | 0 | 24 | 36 | 61 | 24 | 22 | 53 |
| Binary | 10000010 | 1101000 | 1011011 | 0 | 10100 | 11110 | 110001 | 10100 | 10010 | 101011 |
Color Harmonies of #82685B
Complementary color
Monochromatic Colors of #82685B
Black with #82685B
Text Example
Text Example
White with #82685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82685B; }
p { color: rgb(130,104,91); }
H1.HeaderClassName
{
color: #82685B;
}
.AnyTagClassName
{
color: #82685B;
}
</style>
background-color css
<style>
a { background-color: #82685B; }
a { background-color: rgb(130,104,91); }
div.DivClassName
{
background-color: #82685B;
}
.BgClassName
{
background-color: #82685B;
}
</style>
border-color css
<style>
span { border-color: #82685B; }
span { border-color: rgb(130,104,91); }
td.TdClassName
{
border-color: #82685B;
}
.TagClassName
{
border-color: #82685B;
}
</style>