Shades of Zambezi #6A5757
Tints of Zambezi #6A5757
RGB
CMYK
RGB Variations
Color information
#6A5757 (or 0x6A5757) is known color: Zambezi. HEX triplet: 6A, 57 and 57. RGB value is (106,87,87). Sum of RGB (Red+Green+Blue) = 106+87+87=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5757 is #95A8A8. Grayscale: #5C5C5C. Windows color (decimal): -9808041 or 5724010. OLE color: 5724010.
HSL color Cylindrical-coordinate representation of color #6A5757: hue angle of 0º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A5757 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 87 | 87 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.58 |
| HSL | 0º | 0.1% | 0.38% | - |
| HSV(B) | 0º | 0.18% | 0.42% | - |
| XYZ | 11.07 | 10.57 | 10.47 | - |
| YUV | 92.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 87 | 0 | 0.18 | 0.18 | 0.58 | 0 | 0.1 | 0.38 |
| Hex | 6A | 57 | 57 | 0 | 12 | 12 | 3A | 0 | A | 26 |
| Octal | 152 | 127 | 127 | 0 | 22 | 22 | 72 | 0 | 12 | 46 |
| Binary | 1101010 | 1010111 | 1010111 | 0 | 10010 | 10010 | 111010 | 0 | 1010 | 100110 |
Color Harmonies of #6A5757
Complementary color
Monochromatic Colors of #6A5757
Black with #6A5757
Text Example
Text Example
White with #6A5757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5757; }
p { color: rgb(106,87,87); }
H1.HeaderClassName
{
color: #6A5757;
}
.AnyTagClassName
{
color: #6A5757;
}
</style>
background-color css
<style>
a { background-color: #6A5757; }
a { background-color: rgb(106,87,87); }
div.DivClassName
{
background-color: #6A5757;
}
.BgClassName
{
background-color: #6A5757;
}
</style>
border-color css
<style>
span { border-color: #6A5757; }
span { border-color: rgb(106,87,87); }
td.TdClassName
{
border-color: #6A5757;
}
.TagClassName
{
border-color: #6A5757;
}
</style>