Shades of Zambezi #6A5858
Tints of Zambezi #6A5858
RGB
CMYK
RGB Variations
Color information
#6A5858 (or 0x6A5858) is known color: Zambezi. HEX triplet: 6A, 58 and 58. RGB value is (106,88,88). Sum of RGB (Red+Green+Blue) = 106+88+88=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5858 is #95A7A7. Grayscale: #5D5D5D. Windows color (decimal): -9807784 or 5789802. OLE color: 5789802.
HSL color Cylindrical-coordinate representation of color #6A5858: hue angle of 0º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A5858 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 88 | 88 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.58 |
| HSL | 0º | 0.09% | 0.38% | - |
| HSV(B) | 0º | 0.17% | 0.42% | - |
| XYZ | 11.2 | 10.75 | 10.72 | - |
| YUV | 93.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 88 | 0 | 0.17 | 0.17 | 0.58 | 0 | 0.09 | 0.38 |
| Hex | 6A | 58 | 58 | 0 | 11 | 11 | 3A | 0 | 9 | 26 |
| Octal | 152 | 130 | 130 | 0 | 21 | 21 | 72 | 0 | 11 | 46 |
| Binary | 1101010 | 1011000 | 1011000 | 0 | 10001 | 10001 | 111010 | 0 | 1001 | 100110 |
Color Harmonies of #6A5858
Complementary color
Monochromatic Colors of #6A5858
Black with #6A5858
Text Example
Text Example
White with #6A5858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5858; }
p { color: rgb(106,88,88); }
H1.HeaderClassName
{
color: #6A5858;
}
.AnyTagClassName
{
color: #6A5858;
}
</style>
background-color css
<style>
a { background-color: #6A5858; }
a { background-color: rgb(106,88,88); }
div.DivClassName
{
background-color: #6A5858;
}
.BgClassName
{
background-color: #6A5858;
}
</style>
border-color css
<style>
span { border-color: #6A5858; }
span { border-color: rgb(106,88,88); }
td.TdClassName
{
border-color: #6A5858;
}
.TagClassName
{
border-color: #6A5858;
}
</style>