Shades of Zambezi #6D5F5F
Tints of Zambezi #6D5F5F
RGB
CMYK
RGB Variations
Color information
#6D5F5F (or 0x6D5F5F) is known color: Zambezi. HEX triplet: 6D, 5F and 5F. RGB value is (109,95,95). Sum of RGB (Red+Green+Blue) = 109+95+95=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F5F is #92A0A0. Grayscale: #636363. Windows color (decimal): -9609377 or 6250349. OLE color: 6250349.
HSL color Cylindrical-coordinate representation of color #6D5F5F: hue angle of 0º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D5F5F is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 95 | 95 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.57 |
| HSL | 0º | 0.07% | 0.4% | - |
| HSV(B) | 0º | 0.13% | 0.43% | - |
| XYZ | 12.46 | 12.26 | 12.54 | - |
| YUV | 99.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 95 | 0 | 0.13 | 0.13 | 0.57 | 0 | 0.07 | 0.4 |
| Hex | 6D | 5F | 5F | 0 | D | D | 39 | 0 | 7 | 28 |
| Octal | 155 | 137 | 137 | 0 | 15 | 15 | 71 | 0 | 7 | 50 |
| Binary | 1101101 | 1011111 | 1011111 | 0 | 1101 | 1101 | 111001 | 0 | 111 | 101000 |
Color Harmonies of #6D5F5F
Complementary color
Monochromatic Colors of #6D5F5F
Black with #6D5F5F
Text Example
Text Example
White with #6D5F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5F5F; }
p { color: rgb(109,95,95); }
H1.HeaderClassName
{
color: #6D5F5F;
}
.AnyTagClassName
{
color: #6D5F5F;
}
</style>
background-color css
<style>
a { background-color: #6D5F5F; }
a { background-color: rgb(109,95,95); }
div.DivClassName
{
background-color: #6D5F5F;
}
.BgClassName
{
background-color: #6D5F5F;
}
</style>
border-color css
<style>
span { border-color: #6D5F5F; }
span { border-color: rgb(109,95,95); }
td.TdClassName
{
border-color: #6D5F5F;
}
.TagClassName
{
border-color: #6D5F5F;
}
</style>