Shades of Zambezi #70605E
Tints of Zambezi #70605E
RGB
CMYK
RGB Variations
Color information
#70605E (or 0x70605E) is known color: Zambezi. HEX triplet: 70, 60 and 5E. RGB value is (112,96,94). Sum of RGB (Red+Green+Blue) = 112+96+94=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #70605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70605E is #8F9FA1. Grayscale: #646464. Windows color (decimal): -9412514 or 6185072. OLE color: 6185072.
HSL color Cylindrical-coordinate representation of color #70605E: hue angle of 6.67º 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 #70605E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 94 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.56 |
| HSL | 6.67º | 0.09% | 0.4% | - |
| HSV(B) | 6.67º | 0.16% | 0.44% | - |
| XYZ | 12.89 | 12.62 | 12.35 | - |
| YUV | 100.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 94 | 0 | 0.14 | 0.16 | 0.56 | 6.67 | 0.09 | 0.4 |
| Hex | 70 | 60 | 5E | 0 | E | 10 | 38 | 7 | 9 | 28 |
| Octal | 160 | 140 | 136 | 0 | 16 | 20 | 70 | 7 | 11 | 50 |
| Binary | 1110000 | 1100000 | 1011110 | 0 | 1110 | 10000 | 111000 | 111 | 1001 | 101000 |
Color Harmonies of #70605E
Complementary color
Monochromatic Colors of #70605E
Black with #70605E
Text Example
Text Example
White with #70605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70605E; }
p { color: rgb(112,96,94); }
H1.HeaderClassName
{
color: #70605E;
}
.AnyTagClassName
{
color: #70605E;
}
</style>
background-color css
<style>
a { background-color: #70605E; }
a { background-color: rgb(112,96,94); }
div.DivClassName
{
background-color: #70605E;
}
.BgClassName
{
background-color: #70605E;
}
</style>
border-color css
<style>
span { border-color: #70605E; }
span { border-color: rgb(112,96,94); }
td.TdClassName
{
border-color: #70605E;
}
.TagClassName
{
border-color: #70605E;
}
</style>