Shades of Zambezi #6C605F
Tints of Zambezi #6C605F
RGB
CMYK
RGB Variations
Color information
#6C605F (or 0x6C605F) is known color: Zambezi. HEX triplet: 6C, 60 and 5F. RGB value is (108,96,95). Sum of RGB (Red+Green+Blue) = 108+96+95=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C605F is #939FA0. Grayscale: #636363. Windows color (decimal): -9674657 or 6250604. OLE color: 6250604.
HSL color Cylindrical-coordinate representation of color #6C605F: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C605F is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 96 | 95 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.58 |
| HSL | 4.62º | 0.06% | 0.4% | - |
| HSV(B) | 4.62º | 0.12% | 0.42% | - |
| XYZ | 12.43 | 12.38 | 12.56 | - |
| YUV | 99.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 95 | 0 | 0.11 | 0.12 | 0.58 | 4.62 | 0.06 | 0.4 |
| Hex | 6C | 60 | 5F | 0 | B | C | 3A | 5 | 6 | 28 |
| Octal | 154 | 140 | 137 | 0 | 13 | 14 | 72 | 5 | 6 | 50 |
| Binary | 1101100 | 1100000 | 1011111 | 0 | 1011 | 1100 | 111010 | 101 | 110 | 101000 |
Color Harmonies of #6C605F
Complementary color
Monochromatic Colors of #6C605F
Black with #6C605F
Text Example
Text Example
White with #6C605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C605F; }
p { color: rgb(108,96,95); }
H1.HeaderClassName
{
color: #6C605F;
}
.AnyTagClassName
{
color: #6C605F;
}
</style>
background-color css
<style>
a { background-color: #6C605F; }
a { background-color: rgb(108,96,95); }
div.DivClassName
{
background-color: #6C605F;
}
.BgClassName
{
background-color: #6C605F;
}
</style>
border-color css
<style>
span { border-color: #6C605F; }
span { border-color: rgb(108,96,95); }
td.TdClassName
{
border-color: #6C605F;
}
.TagClassName
{
border-color: #6C605F;
}
</style>