Shades of Zambezi #6D6261
Tints of Zambezi #6D6261
RGB
CMYK
RGB Variations
Color information
#6D6261 (or 0x6D6261) is known color: Zambezi. HEX triplet: 6D, 62 and 61. RGB value is (109,98,97). Sum of RGB (Red+Green+Blue) = 109+98+97=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6261 is #929D9E. Grayscale: #656565. Windows color (decimal): -9608607 or 6382189. OLE color: 6382189.
HSL color Cylindrical-coordinate representation of color #6D6261: hue angle of 5º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6261 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 97 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.57 |
| HSL | 5º | 0.06% | 0.4% | - |
| HSV(B) | 5º | 0.11% | 0.43% | - |
| XYZ | 12.83 | 12.85 | 13.11 | - |
| YUV | 101.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 97 | 0 | 0.10 | 0.11 | 0.57 | 5 | 0.06 | 0.4 |
| Hex | 6D | 62 | 61 | 0 | A | B | 39 | 5 | 6 | 28 |
| Octal | 155 | 142 | 141 | 0 | 12 | 13 | 71 | 5 | 6 | 50 |
| Binary | 1101101 | 1100010 | 1100001 | 0 | 1010 | 1011 | 111001 | 101 | 110 | 101000 |
Color Harmonies of #6D6261
Complementary color
Monochromatic Colors of #6D6261
Black with #6D6261
Text Example
Text Example
White with #6D6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6261; }
p { color: rgb(109,98,97); }
H1.HeaderClassName
{
color: #6D6261;
}
.AnyTagClassName
{
color: #6D6261;
}
</style>
background-color css
<style>
a { background-color: #6D6261; }
a { background-color: rgb(109,98,97); }
div.DivClassName
{
background-color: #6D6261;
}
.BgClassName
{
background-color: #6D6261;
}
</style>
border-color css
<style>
span { border-color: #6D6261; }
span { border-color: rgb(109,98,97); }
td.TdClassName
{
border-color: #6D6261;
}
.TagClassName
{
border-color: #6D6261;
}
</style>