Shades of Zambezi #6B5C59
Tints of Zambezi #6B5C59
RGB
CMYK
RGB Variations
Color information
#6B5C59 (or 0x6B5C59) is known color: Zambezi. HEX triplet: 6B, 5C and 59. RGB value is (107,92,89). Sum of RGB (Red+Green+Blue) = 107+92+89=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C59 is #94A3A6. Grayscale: #606060. Windows color (decimal): -9741223 or 5856363. OLE color: 5856363.
HSL color Cylindrical-coordinate representation of color #6B5C59: hue angle of 10º 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 #6B5C59 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 89 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.58 |
| HSL | 10º | 0.09% | 0.38% | - |
| HSV(B) | 10º | 0.17% | 0.42% | - |
| XYZ | 11.69 | 11.5 | 11.05 | - |
| YUV | 96.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 89 | 0 | 0.14 | 0.17 | 0.58 | 10 | 0.09 | 0.38 |
| Hex | 6B | 5C | 59 | 0 | E | 11 | 3A | A | 9 | 26 |
| Octal | 153 | 134 | 131 | 0 | 16 | 21 | 72 | 12 | 11 | 46 |
| Binary | 1101011 | 1011100 | 1011001 | 0 | 1110 | 10001 | 111010 | 1010 | 1001 | 100110 |
Color Harmonies of #6B5C59
Complementary color
Monochromatic Colors of #6B5C59
Black with #6B5C59
Text Example
Text Example
White with #6B5C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C59; }
p { color: rgb(107,92,89); }
H1.HeaderClassName
{
color: #6B5C59;
}
.AnyTagClassName
{
color: #6B5C59;
}
</style>
background-color css
<style>
a { background-color: #6B5C59; }
a { background-color: rgb(107,92,89); }
div.DivClassName
{
background-color: #6B5C59;
}
.BgClassName
{
background-color: #6B5C59;
}
</style>
border-color css
<style>
span { border-color: #6B5C59; }
span { border-color: rgb(107,92,89); }
td.TdClassName
{
border-color: #6B5C59;
}
.TagClassName
{
border-color: #6B5C59;
}
</style>