Shades of Zambezi #6E5F5E
Tints of Zambezi #6E5F5E
RGB
CMYK
RGB Variations
Color information
#6E5F5E (or 0x6E5F5E) is known color: Zambezi. HEX triplet: 6E, 5F and 5E. RGB value is (110,95,94). Sum of RGB (Red+Green+Blue) = 110+95+94=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F5E is #91A0A1. Grayscale: #636363. Windows color (decimal): -9543842 or 6184814. OLE color: 6184814.
HSL color Cylindrical-coordinate representation of color #6E5F5E: hue angle of 3.75º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E5F5E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 94 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.57 |
| HSL | 3.75º | 0.08% | 0.4% | - |
| HSV(B) | 3.75º | 0.15% | 0.43% | - |
| XYZ | 12.54 | 12.31 | 12.3 | - |
| YUV | 99.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 94 | 0 | 0.14 | 0.15 | 0.57 | 3.75 | 0.08 | 0.4 |
| Hex | 6E | 5F | 5E | 0 | E | F | 39 | 4 | 8 | 28 |
| Octal | 156 | 137 | 136 | 0 | 16 | 17 | 71 | 4 | 10 | 50 |
| Binary | 1101110 | 1011111 | 1011110 | 0 | 1110 | 1111 | 111001 | 100 | 1000 | 101000 |
Color Harmonies of #6E5F5E
Complementary color
Monochromatic Colors of #6E5F5E
Black with #6E5F5E
Text Example
Text Example
White with #6E5F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F5E; }
p { color: rgb(110,95,94); }
H1.HeaderClassName
{
color: #6E5F5E;
}
.AnyTagClassName
{
color: #6E5F5E;
}
</style>
background-color css
<style>
a { background-color: #6E5F5E; }
a { background-color: rgb(110,95,94); }
div.DivClassName
{
background-color: #6E5F5E;
}
.BgClassName
{
background-color: #6E5F5E;
}
</style>
border-color css
<style>
span { border-color: #6E5F5E; }
span { border-color: rgb(110,95,94); }
td.TdClassName
{
border-color: #6E5F5E;
}
.TagClassName
{
border-color: #6E5F5E;
}
</style>