Shades of Zambezi #6F6160
Tints of Zambezi #6F6160
RGB
CMYK
RGB Variations
Color information
#6F6160 (or 0x6F6160) is known color: Zambezi. HEX triplet: 6F, 61 and 60. RGB value is (111,97,96). Sum of RGB (Red+Green+Blue) = 111+97+96=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6160 is #909E9F. Grayscale: #656565. Windows color (decimal): -9477792 or 6316399. OLE color: 6316399.
HSL color Cylindrical-coordinate representation of color #6F6160: hue angle of 4º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6160 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 96 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.56 |
| HSL | 4º | 0.07% | 0.41% | - |
| HSV(B) | 4º | 0.14% | 0.44% | - |
| XYZ | 12.94 | 12.77 | 12.85 | - |
| YUV | 101.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 96 | 0 | 0.13 | 0.14 | 0.56 | 4 | 0.07 | 0.41 |
| Hex | 6F | 61 | 60 | 0 | D | E | 38 | 4 | 7 | 29 |
| Octal | 157 | 141 | 140 | 0 | 15 | 16 | 70 | 4 | 7 | 51 |
| Binary | 1101111 | 1100001 | 1100000 | 0 | 1101 | 1110 | 111000 | 100 | 111 | 101001 |
Color Harmonies of #6F6160
Complementary color
Monochromatic Colors of #6F6160
Black with #6F6160
Text Example
Text Example
White with #6F6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6160; }
p { color: rgb(111,97,96); }
H1.HeaderClassName
{
color: #6F6160;
}
.AnyTagClassName
{
color: #6F6160;
}
</style>
background-color css
<style>
a { background-color: #6F6160; }
a { background-color: rgb(111,97,96); }
div.DivClassName
{
background-color: #6F6160;
}
.BgClassName
{
background-color: #6F6160;
}
</style>
border-color css
<style>
span { border-color: #6F6160; }
span { border-color: rgb(111,97,96); }
td.TdClassName
{
border-color: #6F6160;
}
.TagClassName
{
border-color: #6F6160;
}
</style>