Shades of Russett #70625F
Tints of Russett #70625F
RGB
CMYK
RGB Variations
Color information
#70625F (or 0x70625F) is known color: Russett. HEX triplet: 70, 62 and 5F. RGB value is (112,98,95). Sum of RGB (Red+Green+Blue) = 112+98+95=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70625F is #8F9DA0. Grayscale: #656565. Windows color (decimal): -9412001 or 6251120. OLE color: 6251120.
HSL color Cylindrical-coordinate representation of color #70625F: hue angle of 10.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70625F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 95 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.56 |
| HSL | 10.59º | 0.08% | 0.41% | - |
| HSV(B) | 10.59º | 0.15% | 0.44% | - |
| XYZ | 13.12 | 13.01 | 12.65 | - |
| YUV | 101.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 95 | 0 | 0.13 | 0.15 | 0.56 | 10.59 | 0.08 | 0.41 |
| Hex | 70 | 62 | 5F | 0 | D | F | 38 | B | 8 | 29 |
| Octal | 160 | 142 | 137 | 0 | 15 | 17 | 70 | 13 | 10 | 51 |
| Binary | 1110000 | 1100010 | 1011111 | 0 | 1101 | 1111 | 111000 | 1011 | 1000 | 101001 |
Color Harmonies of #70625F
Complementary color
Monochromatic Colors of #70625F
Black with #70625F
Text Example
Text Example
White with #70625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70625F; }
p { color: rgb(112,98,95); }
H1.HeaderClassName
{
color: #70625F;
}
.AnyTagClassName
{
color: #70625F;
}
</style>
background-color css
<style>
a { background-color: #70625F; }
a { background-color: rgb(112,98,95); }
div.DivClassName
{
background-color: #70625F;
}
.BgClassName
{
background-color: #70625F;
}
</style>
border-color css
<style>
span { border-color: #70625F; }
span { border-color: rgb(112,98,95); }
td.TdClassName
{
border-color: #70625F;
}
.TagClassName
{
border-color: #70625F;
}
</style>