Shades of Russett #82695C
Tints of Russett #82695C
RGB
CMYK
RGB Variations
Color information
#82695C (or 0x82695C) is known color: Russett. HEX triplet: 82, 69 and 5C. RGB value is (130,105,92). Sum of RGB (Red+Green+Blue) = 130+105+92=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695C is #7D96A3. Grayscale: #6F6F6F. Windows color (decimal): -8230564 or 6056322. OLE color: 6056322.
HSL color Cylindrical-coordinate representation of color #82695C: hue angle of 20.53º 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 #82695C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 92 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.49 |
| HSL | 20.53º | 0.17% | 0.44% | - |
| HSV(B) | 20.53º | 0.29% | 0.51% | - |
| XYZ | 16.19 | 15.62 | 12.29 | - |
| YUV | 110.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 92 | 0 | 0.19 | 0.29 | 0.49 | 20.53 | 0.17 | 0.44 |
| Hex | 82 | 69 | 5C | 0 | 13 | 1D | 31 | 15 | 11 | 2C |
| Octal | 202 | 151 | 134 | 0 | 23 | 35 | 61 | 25 | 21 | 54 |
| Binary | 10000010 | 1101001 | 1011100 | 0 | 10011 | 11101 | 110001 | 10101 | 10001 | 101100 |
Color Harmonies of #82695C
Complementary color
Monochromatic Colors of #82695C
Black with #82695C
Text Example
Text Example
White with #82695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82695C; }
p { color: rgb(130,105,92); }
H1.HeaderClassName
{
color: #82695C;
}
.AnyTagClassName
{
color: #82695C;
}
</style>
background-color css
<style>
a { background-color: #82695C; }
a { background-color: rgb(130,105,92); }
div.DivClassName
{
background-color: #82695C;
}
.BgClassName
{
background-color: #82695C;
}
</style>
border-color css
<style>
span { border-color: #82695C; }
span { border-color: rgb(130,105,92); }
td.TdClassName
{
border-color: #82695C;
}
.TagClassName
{
border-color: #82695C;
}
</style>