Shades of Zambezi #6E6261
Tints of Zambezi #6E6261
RGB
CMYK
RGB Variations
Color information
#6E6261 (or 0x6E6261) is known color: Zambezi. HEX triplet: 6E, 62 and 61. RGB value is (110,98,97). Sum of RGB (Red+Green+Blue) = 110+98+97=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6261 is #919D9E. Grayscale: #656565. Windows color (decimal): -9543071 or 6382190. OLE color: 6382190.
HSL color Cylindrical-coordinate representation of color #6E6261: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6261 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 97 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.57 |
| HSL | 4.62º | 0.06% | 0.41% | - |
| HSV(B) | 4.62º | 0.12% | 0.43% | - |
| XYZ | 12.96 | 12.91 | 13.12 | - |
| YUV | 101.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 97 | 0 | 0.11 | 0.12 | 0.57 | 4.62 | 0.06 | 0.41 |
| Hex | 6E | 62 | 61 | 0 | B | C | 39 | 5 | 6 | 29 |
| Octal | 156 | 142 | 141 | 0 | 13 | 14 | 71 | 5 | 6 | 51 |
| Binary | 1101110 | 1100010 | 1100001 | 0 | 1011 | 1100 | 111001 | 101 | 110 | 101001 |
Color Harmonies of #6E6261
Complementary color
Monochromatic Colors of #6E6261
Black with #6E6261
Text Example
Text Example
White with #6E6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6261; }
p { color: rgb(110,98,97); }
H1.HeaderClassName
{
color: #6E6261;
}
.AnyTagClassName
{
color: #6E6261;
}
</style>
background-color css
<style>
a { background-color: #6E6261; }
a { background-color: rgb(110,98,97); }
div.DivClassName
{
background-color: #6E6261;
}
.BgClassName
{
background-color: #6E6261;
}
</style>
border-color css
<style>
span { border-color: #6E6261; }
span { border-color: rgb(110,98,97); }
td.TdClassName
{
border-color: #6E6261;
}
.TagClassName
{
border-color: #6E6261;
}
</style>