Shades of Zambezi #6A5A57
Tints of Zambezi #6A5A57
RGB
CMYK
RGB Variations
Color information
#6A5A57 (or 0x6A5A57) is known color: Zambezi. HEX triplet: 6A, 5A and 57. RGB value is (106,90,87). Sum of RGB (Red+Green+Blue) = 106+90+87=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A57 is #95A5A8. Grayscale: #5E5E5E. Windows color (decimal): -9807273 or 5724778. OLE color: 5724778.
HSL color Cylindrical-coordinate representation of color #6A5A57: hue angle of 9.47º 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 #6A5A57 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 87 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.58 |
| HSL | 9.47º | 0.1% | 0.38% | - |
| HSV(B) | 9.47º | 0.18% | 0.42% | - |
| XYZ | 11.32 | 11.06 | 10.56 | - |
| YUV | 94.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 87 | 0 | 0.15 | 0.18 | 0.58 | 9.47 | 0.1 | 0.38 |
| Hex | 6A | 5A | 57 | 0 | F | 12 | 3A | 9 | A | 26 |
| Octal | 152 | 132 | 127 | 0 | 17 | 22 | 72 | 11 | 12 | 46 |
| Binary | 1101010 | 1011010 | 1010111 | 0 | 1111 | 10010 | 111010 | 1001 | 1010 | 100110 |
Color Harmonies of #6A5A57
Complementary color
Monochromatic Colors of #6A5A57
Black with #6A5A57
Text Example
Text Example
White with #6A5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A57; }
p { color: rgb(106,90,87); }
H1.HeaderClassName
{
color: #6A5A57;
}
.AnyTagClassName
{
color: #6A5A57;
}
</style>
background-color css
<style>
a { background-color: #6A5A57; }
a { background-color: rgb(106,90,87); }
div.DivClassName
{
background-color: #6A5A57;
}
.BgClassName
{
background-color: #6A5A57;
}
</style>
border-color css
<style>
span { border-color: #6A5A57; }
span { border-color: rgb(106,90,87); }
td.TdClassName
{
border-color: #6A5A57;
}
.TagClassName
{
border-color: #6A5A57;
}
</style>