Shades of Russett #84685F
Tints of Russett #84685F
RGB
CMYK
RGB Variations
Color information
#84685F (or 0x84685F) is known color: Russett. HEX triplet: 84, 68 and 5F. RGB value is (132,104,95). Sum of RGB (Red+Green+Blue) = 132+104+95=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #84685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84685F is #7B97A0. Grayscale: #6F6F6F. Windows color (decimal): -8099745 or 6252676. OLE color: 6252676.
HSL color Cylindrical-coordinate representation of color #84685F: hue angle of 14.59º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84685F is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 95 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.48 |
| HSL | 14.59º | 0.16% | 0.45% | - |
| HSV(B) | 14.59º | 0.28% | 0.52% | - |
| XYZ | 16.53 | 15.63 | 12.97 | - |
| YUV | 111.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 95 | 0 | 0.21 | 0.28 | 0.48 | 14.59 | 0.16 | 0.45 |
| Hex | 84 | 68 | 5F | 0 | 15 | 1C | 30 | F | 10 | 2D |
| Octal | 204 | 150 | 137 | 0 | 25 | 34 | 60 | 17 | 20 | 55 |
| Binary | 10000100 | 1101000 | 1011111 | 0 | 10101 | 11100 | 110000 | 1111 | 10000 | 101101 |
Color Harmonies of #84685F
Complementary color
Monochromatic Colors of #84685F
Black with #84685F
Text Example
Text Example
White with #84685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84685F; }
p { color: rgb(132,104,95); }
H1.HeaderClassName
{
color: #84685F;
}
.AnyTagClassName
{
color: #84685F;
}
</style>
background-color css
<style>
a { background-color: #84685F; }
a { background-color: rgb(132,104,95); }
div.DivClassName
{
background-color: #84685F;
}
.BgClassName
{
background-color: #84685F;
}
</style>
border-color css
<style>
span { border-color: #84685F; }
span { border-color: rgb(132,104,95); }
td.TdClassName
{
border-color: #84685F;
}
.TagClassName
{
border-color: #84685F;
}
</style>