Shades of Zambezi #6E605F
Tints of Zambezi #6E605F
RGB
CMYK
RGB Variations
Color information
#6E605F (or 0x6E605F) is known color: Zambezi. HEX triplet: 6E, 60 and 5F. RGB value is (110,96,95). Sum of RGB (Red+Green+Blue) = 110+96+95=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E605F is #919FA0. Grayscale: #646464. Windows color (decimal): -9543585 or 6250606. OLE color: 6250606.
HSL color Cylindrical-coordinate representation of color #6E605F: hue angle of 4º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6E605F is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 96 | 95 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.57 |
| HSL | 4º | 0.07% | 0.4% | - |
| HSV(B) | 4º | 0.14% | 0.43% | - |
| XYZ | 12.68 | 12.51 | 12.57 | - |
| YUV | 100.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 95 | 0 | 0.13 | 0.14 | 0.57 | 4 | 0.07 | 0.4 |
| Hex | 6E | 60 | 5F | 0 | D | E | 39 | 4 | 7 | 28 |
| Octal | 156 | 140 | 137 | 0 | 15 | 16 | 71 | 4 | 7 | 50 |
| Binary | 1101110 | 1100000 | 1011111 | 0 | 1101 | 1110 | 111001 | 100 | 111 | 101000 |
Color Harmonies of #6E605F
Complementary color
Monochromatic Colors of #6E605F
Black with #6E605F
Text Example
Text Example
White with #6E605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E605F; }
p { color: rgb(110,96,95); }
H1.HeaderClassName
{
color: #6E605F;
}
.AnyTagClassName
{
color: #6E605F;
}
</style>
background-color css
<style>
a { background-color: #6E605F; }
a { background-color: rgb(110,96,95); }
div.DivClassName
{
background-color: #6E605F;
}
.BgClassName
{
background-color: #6E605F;
}
</style>
border-color css
<style>
span { border-color: #6E605F; }
span { border-color: rgb(110,96,95); }
td.TdClassName
{
border-color: #6E605F;
}
.TagClassName
{
border-color: #6E605F;
}
</style>