Shades of Zambezi #6F5B59
Tints of Zambezi #6F5B59
RGB
CMYK
RGB Variations
Color information
#6F5B59 (or 0x6F5B59) is known color: Zambezi. HEX triplet: 6F, 5B and 59. RGB value is (111,91,89). Sum of RGB (Red+Green+Blue) = 111+91+89=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B59 is #90A4A6. Grayscale: #606060. Windows color (decimal): -9479335 or 5856111. OLE color: 5856111.
HSL color Cylindrical-coordinate representation of color #6F5B59: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5B59 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 89 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.56 |
| HSL | 5.45º | 0.11% | 0.39% | - |
| HSV(B) | 5.45º | 0.2% | 0.44% | - |
| XYZ | 12.1 | 11.58 | 11.05 | - |
| YUV | 96.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 89 | 0 | 0.18 | 0.20 | 0.56 | 5.45 | 0.11 | 0.39 |
| Hex | 6F | 5B | 59 | 0 | 12 | 14 | 38 | 5 | B | 27 |
| Octal | 157 | 133 | 131 | 0 | 22 | 24 | 70 | 5 | 13 | 47 |
| Binary | 1101111 | 1011011 | 1011001 | 0 | 10010 | 10100 | 111000 | 101 | 1011 | 100111 |
Color Harmonies of #6F5B59
Complementary color
Monochromatic Colors of #6F5B59
Black with #6F5B59
Text Example
Text Example
White with #6F5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B59; }
p { color: rgb(111,91,89); }
H1.HeaderClassName
{
color: #6F5B59;
}
.AnyTagClassName
{
color: #6F5B59;
}
</style>
background-color css
<style>
a { background-color: #6F5B59; }
a { background-color: rgb(111,91,89); }
div.DivClassName
{
background-color: #6F5B59;
}
.BgClassName
{
background-color: #6F5B59;
}
</style>
border-color css
<style>
span { border-color: #6F5B59; }
span { border-color: rgb(111,91,89); }
td.TdClassName
{
border-color: #6F5B59;
}
.TagClassName
{
border-color: #6F5B59;
}
</style>