Shades of Russett #84695D
Tints of Russett #84695D
RGB
CMYK
RGB Variations
Color information
#84695D (or 0x84695D) is known color: Russett. HEX triplet: 84, 69 and 5D. RGB value is (132,105,93). Sum of RGB (Red+Green+Blue) = 132+105+93=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #84695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84695D is #7B96A2. Grayscale: #6F6F6F. Windows color (decimal): -8099491 or 6121860. OLE color: 6121860.
HSL color Cylindrical-coordinate representation of color #84695D: hue angle of 18.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84695D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 93 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.48 |
| HSL | 18.46º | 0.17% | 0.44% | - |
| HSV(B) | 18.46º | 0.3% | 0.52% | - |
| XYZ | 16.54 | 15.8 | 12.53 | - |
| YUV | 111.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 93 | 0 | 0.20 | 0.30 | 0.48 | 18.46 | 0.17 | 0.44 |
| Hex | 84 | 69 | 5D | 0 | 14 | 1E | 30 | 12 | 11 | 2C |
| Octal | 204 | 151 | 135 | 0 | 24 | 36 | 60 | 22 | 21 | 54 |
| Binary | 10000100 | 1101001 | 1011101 | 0 | 10100 | 11110 | 110000 | 10010 | 10001 | 101100 |
Color Harmonies of #84695D
Complementary color
Monochromatic Colors of #84695D
Black with #84695D
Text Example
Text Example
White with #84695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84695D; }
p { color: rgb(132,105,93); }
H1.HeaderClassName
{
color: #84695D;
}
.AnyTagClassName
{
color: #84695D;
}
</style>
background-color css
<style>
a { background-color: #84695D; }
a { background-color: rgb(132,105,93); }
div.DivClassName
{
background-color: #84695D;
}
.BgClassName
{
background-color: #84695D;
}
</style>
border-color css
<style>
span { border-color: #84695D; }
span { border-color: rgb(132,105,93); }
td.TdClassName
{
border-color: #84695D;
}
.TagClassName
{
border-color: #84695D;
}
</style>