Shades of Zambezi #6A5D5B
Tints of Zambezi #6A5D5B
RGB
CMYK
RGB Variations
Color information
#6A5D5B (or 0x6A5D5B) is known color: Zambezi. HEX triplet: 6A, 5D and 5B. RGB value is (106,93,91). Sum of RGB (Red+Green+Blue) = 106+93+91=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D5B is #95A2A4. Grayscale: #606060. Windows color (decimal): -9806501 or 5987690. OLE color: 5987690.
HSL color Cylindrical-coordinate representation of color #6A5D5B: hue angle of 8º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A5D5B is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 93 | 91 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.58 |
| HSL | 8º | 0.08% | 0.39% | - |
| HSV(B) | 8º | 0.14% | 0.42% | - |
| XYZ | 11.75 | 11.65 | 11.53 | - |
| YUV | 96.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 91 | 0 | 0.12 | 0.14 | 0.58 | 8 | 0.08 | 0.39 |
| Hex | 6A | 5D | 5B | 0 | C | E | 3A | 8 | 8 | 27 |
| Octal | 152 | 135 | 133 | 0 | 14 | 16 | 72 | 10 | 10 | 47 |
| Binary | 1101010 | 1011101 | 1011011 | 0 | 1100 | 1110 | 111010 | 1000 | 1000 | 100111 |
Color Harmonies of #6A5D5B
Complementary color
Monochromatic Colors of #6A5D5B
Black with #6A5D5B
Text Example
Text Example
White with #6A5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D5B; }
p { color: rgb(106,93,91); }
H1.HeaderClassName
{
color: #6A5D5B;
}
.AnyTagClassName
{
color: #6A5D5B;
}
</style>
background-color css
<style>
a { background-color: #6A5D5B; }
a { background-color: rgb(106,93,91); }
div.DivClassName
{
background-color: #6A5D5B;
}
.BgClassName
{
background-color: #6A5D5B;
}
</style>
border-color css
<style>
span { border-color: #6A5D5B; }
span { border-color: rgb(106,93,91); }
td.TdClassName
{
border-color: #6A5D5B;
}
.TagClassName
{
border-color: #6A5D5B;
}
</style>