Shades of Zambezi #6F6260
Tints of Zambezi #6F6260
RGB
CMYK
RGB Variations
Color information
#6F6260 (or 0x6F6260) is known color: Zambezi. HEX triplet: 6F, 62 and 60. RGB value is (111,98,96). Sum of RGB (Red+Green+Blue) = 111+98+96=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6260 is #909D9F. Grayscale: #656565. Windows color (decimal): -9477536 or 6316655. OLE color: 6316655.
HSL color Cylindrical-coordinate representation of color #6F6260: hue angle of 8º 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 #6F6260 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 96 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.56 |
| HSL | 8º | 0.07% | 0.41% | - |
| HSV(B) | 8º | 0.14% | 0.44% | - |
| XYZ | 13.03 | 12.96 | 12.88 | - |
| YUV | 101.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 96 | 0 | 0.12 | 0.14 | 0.56 | 8 | 0.07 | 0.41 |
| Hex | 6F | 62 | 60 | 0 | C | E | 38 | 8 | 7 | 29 |
| Octal | 157 | 142 | 140 | 0 | 14 | 16 | 70 | 10 | 7 | 51 |
| Binary | 1101111 | 1100010 | 1100000 | 0 | 1100 | 1110 | 111000 | 1000 | 111 | 101001 |
Color Harmonies of #6F6260
Complementary color
Monochromatic Colors of #6F6260
Black with #6F6260
Text Example
Text Example
White with #6F6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6260; }
p { color: rgb(111,98,96); }
H1.HeaderClassName
{
color: #6F6260;
}
.AnyTagClassName
{
color: #6F6260;
}
</style>
background-color css
<style>
a { background-color: #6F6260; }
a { background-color: rgb(111,98,96); }
div.DivClassName
{
background-color: #6F6260;
}
.BgClassName
{
background-color: #6F6260;
}
</style>
border-color css
<style>
span { border-color: #6F6260; }
span { border-color: rgb(111,98,96); }
td.TdClassName
{
border-color: #6F6260;
}
.TagClassName
{
border-color: #6F6260;
}
</style>