Shades of Zambezi #6F5A58
Tints of Zambezi #6F5A58
RGB
CMYK
RGB Variations
Color information
#6F5A58 (or 0x6F5A58) is known color: Zambezi. HEX triplet: 6F, 5A and 58. RGB value is (111,90,88). Sum of RGB (Red+Green+Blue) = 111+90+88=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A58 is #90A5A7. Grayscale: #606060. Windows color (decimal): -9479592 or 5790319. OLE color: 5790319.
HSL color Cylindrical-coordinate representation of color #6F5A58: hue angle of 5.22º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F5A58 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 88 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.56 |
| HSL | 5.22º | 0.12% | 0.39% | - |
| HSV(B) | 5.22º | 0.21% | 0.44% | - |
| XYZ | 11.97 | 11.4 | 10.8 | - |
| YUV | 96.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 88 | 0 | 0.19 | 0.21 | 0.56 | 5.22 | 0.12 | 0.39 |
| Hex | 6F | 5A | 58 | 0 | 13 | 15 | 38 | 5 | C | 27 |
| Octal | 157 | 132 | 130 | 0 | 23 | 25 | 70 | 5 | 14 | 47 |
| Binary | 1101111 | 1011010 | 1011000 | 0 | 10011 | 10101 | 111000 | 101 | 1100 | 100111 |
Color Harmonies of #6F5A58
Complementary color
Monochromatic Colors of #6F5A58
Black with #6F5A58
Text Example
Text Example
White with #6F5A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A58; }
p { color: rgb(111,90,88); }
H1.HeaderClassName
{
color: #6F5A58;
}
.AnyTagClassName
{
color: #6F5A58;
}
</style>
background-color css
<style>
a { background-color: #6F5A58; }
a { background-color: rgb(111,90,88); }
div.DivClassName
{
background-color: #6F5A58;
}
.BgClassName
{
background-color: #6F5A58;
}
</style>
border-color css
<style>
span { border-color: #6F5A58; }
span { border-color: rgb(111,90,88); }
td.TdClassName
{
border-color: #6F5A58;
}
.TagClassName
{
border-color: #6F5A58;
}
</style>