Shades of Russett #84625A
Tints of Russett #84625A
RGB
CMYK
RGB Variations
Color information
#84625A (or 0x84625A) is known color: Russett. HEX triplet: 84, 62 and 5A. RGB value is (132,98,90). Sum of RGB (Red+Green+Blue) = 132+98+90=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84625A is #7B9DA5. Grayscale: #6B6B6B. Windows color (decimal): -8101286 or 5923460. OLE color: 5923460.
HSL color Cylindrical-coordinate representation of color #84625A: hue angle of 11.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84625A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 90 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.48 |
| HSL | 11.43º | 0.19% | 0.44% | - |
| HSV(B) | 11.43º | 0.32% | 0.52% | - |
| XYZ | 15.73 | 14.38 | 11.62 | - |
| YUV | 107.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 90 | 0 | 0.26 | 0.32 | 0.48 | 11.43 | 0.19 | 0.44 |
| Hex | 84 | 62 | 5A | 0 | 1A | 20 | 30 | B | 13 | 2C |
| Octal | 204 | 142 | 132 | 0 | 32 | 40 | 60 | 13 | 23 | 54 |
| Binary | 10000100 | 1100010 | 1011010 | 0 | 11010 | 100000 | 110000 | 1011 | 10011 | 101100 |
Color Harmonies of #84625A
Complementary color
Monochromatic Colors of #84625A
Black with #84625A
Text Example
Text Example
White with #84625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84625A; }
p { color: rgb(132,98,90); }
H1.HeaderClassName
{
color: #84625A;
}
.AnyTagClassName
{
color: #84625A;
}
</style>
background-color css
<style>
a { background-color: #84625A; }
a { background-color: rgb(132,98,90); }
div.DivClassName
{
background-color: #84625A;
}
.BgClassName
{
background-color: #84625A;
}
</style>
border-color css
<style>
span { border-color: #84625A; }
span { border-color: rgb(132,98,90); }
td.TdClassName
{
border-color: #84625A;
}
.TagClassName
{
border-color: #84625A;
}
</style>