Shades of Russett #70605C
Tints of Russett #70605C
RGB
CMYK
RGB Variations
Color information
#70605C (or 0x70605C) is known color: Russett. HEX triplet: 70, 60 and 5C. RGB value is (112,96,92). Sum of RGB (Red+Green+Blue) = 112+96+92=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #70605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70605C is #8F9FA3. Grayscale: #646464. Windows color (decimal): -9412516 or 6054000. OLE color: 6054000.
HSL color Cylindrical-coordinate representation of color #70605C: hue angle of 12º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70605C is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 92 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.56 |
| HSL | 12º | 0.1% | 0.4% | - |
| HSV(B) | 12º | 0.18% | 0.44% | - |
| XYZ | 12.8 | 12.58 | 11.88 | - |
| YUV | 100.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 92 | 0 | 0.14 | 0.18 | 0.56 | 12 | 0.1 | 0.4 |
| Hex | 70 | 60 | 5C | 0 | E | 12 | 38 | C | A | 28 |
| Octal | 160 | 140 | 134 | 0 | 16 | 22 | 70 | 14 | 12 | 50 |
| Binary | 1110000 | 1100000 | 1011100 | 0 | 1110 | 10010 | 111000 | 1100 | 1010 | 101000 |
Color Harmonies of #70605C
Complementary color
Monochromatic Colors of #70605C
Black with #70605C
Text Example
Text Example
White with #70605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70605C; }
p { color: rgb(112,96,92); }
H1.HeaderClassName
{
color: #70605C;
}
.AnyTagClassName
{
color: #70605C;
}
</style>
background-color css
<style>
a { background-color: #70605C; }
a { background-color: rgb(112,96,92); }
div.DivClassName
{
background-color: #70605C;
}
.BgClassName
{
background-color: #70605C;
}
</style>
border-color css
<style>
span { border-color: #70605C; }
span { border-color: rgb(112,96,92); }
td.TdClassName
{
border-color: #70605C;
}
.TagClassName
{
border-color: #70605C;
}
</style>