Shades of Zambezi #6D605D
Tints of Zambezi #6D605D
RGB
CMYK
RGB Variations
Color information
#6D605D (or 0x6D605D) is known color: Zambezi. HEX triplet: 6D, 60 and 5D. RGB value is (109,96,93). Sum of RGB (Red+Green+Blue) = 109+96+93=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D605D is #929FA2. Grayscale: #636363. Windows color (decimal): -9609123 or 6119533. OLE color: 6119533.
HSL color Cylindrical-coordinate representation of color #6D605D: hue angle of 11.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D605D is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 96 | 93 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.57 |
| HSL | 11.25º | 0.08% | 0.4% | - |
| HSV(B) | 11.25º | 0.15% | 0.43% | - |
| XYZ | 12.47 | 12.41 | 12.09 | - |
| YUV | 99.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 93 | 0 | 0.12 | 0.15 | 0.57 | 11.25 | 0.08 | 0.4 |
| Hex | 6D | 60 | 5D | 0 | C | F | 39 | B | 8 | 28 |
| Octal | 155 | 140 | 135 | 0 | 14 | 17 | 71 | 13 | 10 | 50 |
| Binary | 1101101 | 1100000 | 1011101 | 0 | 1100 | 1111 | 111001 | 1011 | 1000 | 101000 |
Color Harmonies of #6D605D
Complementary color
Monochromatic Colors of #6D605D
Black with #6D605D
Text Example
Text Example
White with #6D605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D605D; }
p { color: rgb(109,96,93); }
H1.HeaderClassName
{
color: #6D605D;
}
.AnyTagClassName
{
color: #6D605D;
}
</style>
background-color css
<style>
a { background-color: #6D605D; }
a { background-color: rgb(109,96,93); }
div.DivClassName
{
background-color: #6D605D;
}
.BgClassName
{
background-color: #6D605D;
}
</style>
border-color css
<style>
span { border-color: #6D605D; }
span { border-color: rgb(109,96,93); }
td.TdClassName
{
border-color: #6D605D;
}
.TagClassName
{
border-color: #6D605D;
}
</style>