Shades of Zambezi #6F5A56
Tints of Zambezi #6F5A56
RGB
CMYK
RGB Variations
Color information
#6F5A56 (or 0x6F5A56) is known color: Zambezi. HEX triplet: 6F, 5A and 56. RGB value is (111,90,86). Sum of RGB (Red+Green+Blue) = 111+90+86=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A56 is #90A5A9. Grayscale: #5F5F5F. Windows color (decimal): -9479594 or 5659247. OLE color: 5659247.
HSL color Cylindrical-coordinate representation of color #6F5A56: hue angle of 9.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5A56 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 86 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.56 |
| HSL | 9.6º | 0.13% | 0.39% | - |
| HSV(B) | 9.6º | 0.23% | 0.44% | - |
| XYZ | 11.89 | 11.36 | 10.37 | - |
| YUV | 95.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 86 | 0 | 0.19 | 0.23 | 0.56 | 9.6 | 0.13 | 0.39 |
| Hex | 6F | 5A | 56 | 0 | 13 | 17 | 38 | A | D | 27 |
| Octal | 157 | 132 | 126 | 0 | 23 | 27 | 70 | 12 | 15 | 47 |
| Binary | 1101111 | 1011010 | 1010110 | 0 | 10011 | 10111 | 111000 | 1010 | 1101 | 100111 |
Color Harmonies of #6F5A56
Complementary color
Monochromatic Colors of #6F5A56
Black with #6F5A56
Text Example
Text Example
White with #6F5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A56; }
p { color: rgb(111,90,86); }
H1.HeaderClassName
{
color: #6F5A56;
}
.AnyTagClassName
{
color: #6F5A56;
}
</style>
background-color css
<style>
a { background-color: #6F5A56; }
a { background-color: rgb(111,90,86); }
div.DivClassName
{
background-color: #6F5A56;
}
.BgClassName
{
background-color: #6F5A56;
}
</style>
border-color css
<style>
span { border-color: #6F5A56; }
span { border-color: rgb(111,90,86); }
td.TdClassName
{
border-color: #6F5A56;
}
.TagClassName
{
border-color: #6F5A56;
}
</style>