Shades of Russett #82685C
Tints of Russett #82685C
RGB
CMYK
RGB Variations
Color information
#82685C (or 0x82685C) is known color: Russett. HEX triplet: 82, 68 and 5C. RGB value is (130,104,92). Sum of RGB (Red+Green+Blue) = 130+104+92=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82685C is #7D97A3. Grayscale: #6E6E6E. Windows color (decimal): -8230820 or 6056066. OLE color: 6056066.
HSL color Cylindrical-coordinate representation of color #82685C: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82685C is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 92 | - |
| CMYK | 0 | 0.2 | 0.29 | 0.49 |
| HSL | 18.95º | 0.17% | 0.44% | - |
| HSV(B) | 18.95º | 0.29% | 0.51% | - |
| XYZ | 16.09 | 15.42 | 12.25 | - |
| YUV | 110.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 92 | 0 | 0.2 | 0.29 | 0.49 | 18.95 | 0.17 | 0.44 |
| Hex | 82 | 68 | 5C | 0 | 14 | 1D | 31 | 13 | 11 | 2C |
| Octal | 202 | 150 | 134 | 0 | 24 | 35 | 61 | 23 | 21 | 54 |
| Binary | 10000010 | 1101000 | 1011100 | 0 | 10100 | 11101 | 110001 | 10011 | 10001 | 101100 |
Color Harmonies of #82685C
Complementary color
Monochromatic Colors of #82685C
Black with #82685C
Text Example
Text Example
White with #82685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82685C; }
p { color: rgb(130,104,92); }
H1.HeaderClassName
{
color: #82685C;
}
.AnyTagClassName
{
color: #82685C;
}
</style>
background-color css
<style>
a { background-color: #82685C; }
a { background-color: rgb(130,104,92); }
div.DivClassName
{
background-color: #82685C;
}
.BgClassName
{
background-color: #82685C;
}
</style>
border-color css
<style>
span { border-color: #82685C; }
span { border-color: rgb(130,104,92); }
td.TdClassName
{
border-color: #82685C;
}
.TagClassName
{
border-color: #82685C;
}
</style>