Shades of Zambezi #6E5D5C
Tints of Zambezi #6E5D5C
RGB
CMYK
RGB Variations
Color information
#6E5D5C (or 0x6E5D5C) is known color: Zambezi. HEX triplet: 6E, 5D and 5C. RGB value is (110,93,92). Sum of RGB (Red+Green+Blue) = 110+93+92=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D5C is #91A2A3. Grayscale: #616161. Windows color (decimal): -9544356 or 6053230. OLE color: 6053230.
HSL color Cylindrical-coordinate representation of color #6E5D5C: hue angle of 3.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E5D5C is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 92 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.57 |
| HSL | 3.33º | 0.09% | 0.4% | - |
| HSV(B) | 3.33º | 0.16% | 0.43% | - |
| XYZ | 12.28 | 11.92 | 11.78 | - |
| YUV | 97.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 92 | 0 | 0.15 | 0.16 | 0.57 | 3.33 | 0.09 | 0.4 |
| Hex | 6E | 5D | 5C | 0 | F | 10 | 39 | 3 | 9 | 28 |
| Octal | 156 | 135 | 134 | 0 | 17 | 20 | 71 | 3 | 11 | 50 |
| Binary | 1101110 | 1011101 | 1011100 | 0 | 1111 | 10000 | 111001 | 11 | 1001 | 101000 |
Color Harmonies of #6E5D5C
Complementary color
Monochromatic Colors of #6E5D5C
Black with #6E5D5C
Text Example
Text Example
White with #6E5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D5C; }
p { color: rgb(110,93,92); }
H1.HeaderClassName
{
color: #6E5D5C;
}
.AnyTagClassName
{
color: #6E5D5C;
}
</style>
background-color css
<style>
a { background-color: #6E5D5C; }
a { background-color: rgb(110,93,92); }
div.DivClassName
{
background-color: #6E5D5C;
}
.BgClassName
{
background-color: #6E5D5C;
}
</style>
border-color css
<style>
span { border-color: #6E5D5C; }
span { border-color: rgb(110,93,92); }
td.TdClassName
{
border-color: #6E5D5C;
}
.TagClassName
{
border-color: #6E5D5C;
}
</style>