Shades of Russett #70625E
Tints of Russett #70625E
RGB
CMYK
RGB Variations
Color information
#70625E (or 0x70625E) is known color: Russett. HEX triplet: 70, 62 and 5E. RGB value is (112,98,94). Sum of RGB (Red+Green+Blue) = 112+98+94=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70625E is #8F9DA1. Grayscale: #656565. Windows color (decimal): -9412002 or 6185584. OLE color: 6185584.
HSL color Cylindrical-coordinate representation of color #70625E: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70625E is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 94 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.56 |
| HSL | 13.33º | 0.09% | 0.4% | - |
| HSV(B) | 13.33º | 0.16% | 0.44% | - |
| XYZ | 13.07 | 12.99 | 12.41 | - |
| YUV | 101.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 94 | 0 | 0.13 | 0.16 | 0.56 | 13.33 | 0.09 | 0.4 |
| Hex | 70 | 62 | 5E | 0 | D | 10 | 38 | D | 9 | 28 |
| Octal | 160 | 142 | 136 | 0 | 15 | 20 | 70 | 15 | 11 | 50 |
| Binary | 1110000 | 1100010 | 1011110 | 0 | 1101 | 10000 | 111000 | 1101 | 1001 | 101000 |
Color Harmonies of #70625E
Complementary color
Monochromatic Colors of #70625E
Black with #70625E
Text Example
Text Example
White with #70625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70625E; }
p { color: rgb(112,98,94); }
H1.HeaderClassName
{
color: #70625E;
}
.AnyTagClassName
{
color: #70625E;
}
</style>
background-color css
<style>
a { background-color: #70625E; }
a { background-color: rgb(112,98,94); }
div.DivClassName
{
background-color: #70625E;
}
.BgClassName
{
background-color: #70625E;
}
</style>
border-color css
<style>
span { border-color: #70625E; }
span { border-color: rgb(112,98,94); }
td.TdClassName
{
border-color: #70625E;
}
.TagClassName
{
border-color: #70625E;
}
</style>