Shades of Zambezi #6D6260
Tints of Zambezi #6D6260
RGB
CMYK
RGB Variations
Color information
#6D6260 (or 0x6D6260) is known color: Zambezi. HEX triplet: 6D, 62 and 60. RGB value is (109,98,96). Sum of RGB (Red+Green+Blue) = 109+98+96=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6260 is #929D9F. Grayscale: #656565. Windows color (decimal): -9608608 or 6316653. OLE color: 6316653.
HSL color Cylindrical-coordinate representation of color #6D6260: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6260 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 96 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.57 |
| HSL | 9.23º | 0.06% | 0.4% | - |
| HSV(B) | 9.23º | 0.12% | 0.43% | - |
| XYZ | 12.79 | 12.83 | 12.87 | - |
| YUV | 101.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 96 | 0 | 0.10 | 0.12 | 0.57 | 9.23 | 0.06 | 0.4 |
| Hex | 6D | 62 | 60 | 0 | A | C | 39 | 9 | 6 | 28 |
| Octal | 155 | 142 | 140 | 0 | 12 | 14 | 71 | 11 | 6 | 50 |
| Binary | 1101101 | 1100010 | 1100000 | 0 | 1010 | 1100 | 111001 | 1001 | 110 | 101000 |
Color Harmonies of #6D6260
Complementary color
Monochromatic Colors of #6D6260
Black with #6D6260
Text Example
Text Example
White with #6D6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6260; }
p { color: rgb(109,98,96); }
H1.HeaderClassName
{
color: #6D6260;
}
.AnyTagClassName
{
color: #6D6260;
}
</style>
background-color css
<style>
a { background-color: #6D6260; }
a { background-color: rgb(109,98,96); }
div.DivClassName
{
background-color: #6D6260;
}
.BgClassName
{
background-color: #6D6260;
}
</style>
border-color css
<style>
span { border-color: #6D6260; }
span { border-color: rgb(109,98,96); }
td.TdClassName
{
border-color: #6D6260;
}
.TagClassName
{
border-color: #6D6260;
}
</style>