Shades of Zambezi #6C5D5B
Tints of Zambezi #6C5D5B
RGB
CMYK
RGB Variations
Color information
#6C5D5B (or 0x6C5D5B) is known color: Zambezi. HEX triplet: 6C, 5D and 5B. RGB value is (108,93,91). Sum of RGB (Red+Green+Blue) = 108+93+91=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5D5B is #93A2A4. Grayscale: #616161. Windows color (decimal): -9675429 or 5987692. OLE color: 5987692.
HSL color Cylindrical-coordinate representation of color #6C5D5B: hue angle of 7.06º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C5D5B is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 93 | 91 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.58 |
| HSL | 7.06º | 0.09% | 0.39% | - |
| HSV(B) | 7.06º | 0.16% | 0.42% | - |
| XYZ | 11.99 | 11.77 | 11.54 | - |
| YUV | 97.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 91 | 0 | 0.14 | 0.16 | 0.58 | 7.06 | 0.09 | 0.39 |
| Hex | 6C | 5D | 5B | 0 | E | 10 | 3A | 7 | 9 | 27 |
| Octal | 154 | 135 | 133 | 0 | 16 | 20 | 72 | 7 | 11 | 47 |
| Binary | 1101100 | 1011101 | 1011011 | 0 | 1110 | 10000 | 111010 | 111 | 1001 | 100111 |
Color Harmonies of #6C5D5B
Complementary color
Monochromatic Colors of #6C5D5B
Black with #6C5D5B
Text Example
Text Example
White with #6C5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5D5B; }
p { color: rgb(108,93,91); }
H1.HeaderClassName
{
color: #6C5D5B;
}
.AnyTagClassName
{
color: #6C5D5B;
}
</style>
background-color css
<style>
a { background-color: #6C5D5B; }
a { background-color: rgb(108,93,91); }
div.DivClassName
{
background-color: #6C5D5B;
}
.BgClassName
{
background-color: #6C5D5B;
}
</style>
border-color css
<style>
span { border-color: #6C5D5B; }
span { border-color: rgb(108,93,91); }
td.TdClassName
{
border-color: #6C5D5B;
}
.TagClassName
{
border-color: #6C5D5B;
}
</style>