Shades of Zambezi #71605F
Tints of Zambezi #71605F
RGB
CMYK
RGB Variations
Color information
#71605F (or 0x71605F) is known color: Zambezi. HEX triplet: 71, 60 and 5F. RGB value is (113,96,95). Sum of RGB (Red+Green+Blue) = 113+96+95=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71605F is #8E9FA0. Grayscale: #646464. Windows color (decimal): -9346977 or 6250609. OLE color: 6250609.
HSL color Cylindrical-coordinate representation of color #71605F: hue angle of 3.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71605F is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 95 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.56 |
| HSL | 3.33º | 0.09% | 0.41% | - |
| HSV(B) | 3.33º | 0.16% | 0.44% | - |
| XYZ | 13.06 | 12.7 | 12.59 | - |
| YUV | 100.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 95 | 0 | 0.15 | 0.16 | 0.56 | 3.33 | 0.09 | 0.41 |
| Hex | 71 | 60 | 5F | 0 | F | 10 | 38 | 3 | 9 | 29 |
| Octal | 161 | 140 | 137 | 0 | 17 | 20 | 70 | 3 | 11 | 51 |
| Binary | 1110001 | 1100000 | 1011111 | 0 | 1111 | 10000 | 111000 | 11 | 1001 | 101001 |
Color Harmonies of #71605F
Complementary color
Monochromatic Colors of #71605F
Black with #71605F
Text Example
Text Example
White with #71605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71605F; }
p { color: rgb(113,96,95); }
H1.HeaderClassName
{
color: #71605F;
}
.AnyTagClassName
{
color: #71605F;
}
</style>
background-color css
<style>
a { background-color: #71605F; }
a { background-color: rgb(113,96,95); }
div.DivClassName
{
background-color: #71605F;
}
.BgClassName
{
background-color: #71605F;
}
</style>
border-color css
<style>
span { border-color: #71605F; }
span { border-color: rgb(113,96,95); }
td.TdClassName
{
border-color: #71605F;
}
.TagClassName
{
border-color: #71605F;
}
</style>