Shades of Zambezi #706161
Tints of Zambezi #706161
RGB
CMYK
RGB Variations
Color information
#706161 (or 0x706161) is known color: Zambezi. HEX triplet: 70, 61 and 61. RGB value is (112,97,97). Sum of RGB (Red+Green+Blue) = 112+97+97=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #706161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706161 is #8F9E9E. Grayscale: #656565. Windows color (decimal): -9412255 or 6381936. OLE color: 6381936.
HSL color Cylindrical-coordinate representation of color #706161: hue angle of 0º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706161 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 97 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.56 |
| HSL | 0º | 0.07% | 0.41% | - |
| HSV(B) | 0º | 0.13% | 0.44% | - |
| XYZ | 13.11 | 12.86 | 13.1 | - |
| YUV | 101.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 97 | 0 | 0.13 | 0.13 | 0.56 | 0 | 0.07 | 0.41 |
| Hex | 70 | 61 | 61 | 0 | D | D | 38 | 0 | 7 | 29 |
| Octal | 160 | 141 | 141 | 0 | 15 | 15 | 70 | 0 | 7 | 51 |
| Binary | 1110000 | 1100001 | 1100001 | 0 | 1101 | 1101 | 111000 | 0 | 111 | 101001 |
Color Harmonies of #706161
Complementary color
Monochromatic Colors of #706161
Black with #706161
Text Example
Text Example
White with #706161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706161; }
p { color: rgb(112,97,97); }
H1.HeaderClassName
{
color: #706161;
}
.AnyTagClassName
{
color: #706161;
}
</style>
background-color css
<style>
a { background-color: #706161; }
a { background-color: rgb(112,97,97); }
div.DivClassName
{
background-color: #706161;
}
.BgClassName
{
background-color: #706161;
}
</style>
border-color css
<style>
span { border-color: #706161; }
span { border-color: rgb(112,97,97); }
td.TdClassName
{
border-color: #706161;
}
.TagClassName
{
border-color: #706161;
}
</style>