Shades of Zambezi #6B5959
Tints of Zambezi #6B5959
RGB
CMYK
RGB Variations
Color information
#6B5959 (or 0x6B5959) is known color: Zambezi. HEX triplet: 6B, 59 and 59. RGB value is (107,89,89). Sum of RGB (Red+Green+Blue) = 107+89+89=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5959 is #94A6A6. Grayscale: #5E5E5E. Windows color (decimal): -9741991 or 5855595. OLE color: 5855595.
HSL color Cylindrical-coordinate representation of color #6B5959: 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 #6B5959 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 89 | 89 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.58 |
| HSL | 0º | 0.09% | 0.38% | - |
| HSV(B) | 0º | 0.17% | 0.42% | - |
| XYZ | 11.44 | 10.99 | 10.97 | - |
| YUV | 94.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 89 | 0 | 0.17 | 0.17 | 0.58 | 0 | 0.09 | 0.38 |
| Hex | 6B | 59 | 59 | 0 | 11 | 11 | 3A | 0 | 9 | 26 |
| Octal | 153 | 131 | 131 | 0 | 21 | 21 | 72 | 0 | 11 | 46 |
| Binary | 1101011 | 1011001 | 1011001 | 0 | 10001 | 10001 | 111010 | 0 | 1001 | 100110 |
Color Harmonies of #6B5959
Complementary color
Monochromatic Colors of #6B5959
Black with #6B5959
Text Example
Text Example
White with #6B5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5959; }
p { color: rgb(107,89,89); }
H1.HeaderClassName
{
color: #6B5959;
}
.AnyTagClassName
{
color: #6B5959;
}
</style>
background-color css
<style>
a { background-color: #6B5959; }
a { background-color: rgb(107,89,89); }
div.DivClassName
{
background-color: #6B5959;
}
.BgClassName
{
background-color: #6B5959;
}
</style>
border-color css
<style>
span { border-color: #6B5959; }
span { border-color: rgb(107,89,89); }
td.TdClassName
{
border-color: #6B5959;
}
.TagClassName
{
border-color: #6B5959;
}
</style>