Shades of Russett #82695D
Tints of Russett #82695D
RGB
CMYK
RGB Variations
Color information
#82695D (or 0x82695D) is known color: Russett. HEX triplet: 82, 69 and 5D. RGB value is (130,105,93). Sum of RGB (Red+Green+Blue) = 130+105+93=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #82695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695D is #7D96A2. Grayscale: #6F6F6F. Windows color (decimal): -8230563 or 6121858. OLE color: 6121858.
HSL color Cylindrical-coordinate representation of color #82695D: hue angle of 19.46º 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 #82695D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 93 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.49 |
| HSL | 19.46º | 0.17% | 0.44% | - |
| HSV(B) | 19.46º | 0.28% | 0.51% | - |
| XYZ | 16.23 | 15.64 | 12.52 | - |
| YUV | 111.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 93 | 0 | 0.19 | 0.28 | 0.49 | 19.46 | 0.17 | 0.44 |
| Hex | 82 | 69 | 5D | 0 | 13 | 1C | 31 | 13 | 11 | 2C |
| Octal | 202 | 151 | 135 | 0 | 23 | 34 | 61 | 23 | 21 | 54 |
| Binary | 10000010 | 1101001 | 1011101 | 0 | 10011 | 11100 | 110001 | 10011 | 10001 | 101100 |
Color Harmonies of #82695D
Complementary color
Monochromatic Colors of #82695D
Black with #82695D
Text Example
Text Example
White with #82695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82695D; }
p { color: rgb(130,105,93); }
H1.HeaderClassName
{
color: #82695D;
}
.AnyTagClassName
{
color: #82695D;
}
</style>
background-color css
<style>
a { background-color: #82695D; }
a { background-color: rgb(130,105,93); }
div.DivClassName
{
background-color: #82695D;
}
.BgClassName
{
background-color: #82695D;
}
</style>
border-color css
<style>
span { border-color: #82695D; }
span { border-color: rgb(130,105,93); }
td.TdClassName
{
border-color: #82695D;
}
.TagClassName
{
border-color: #82695D;
}
</style>