Shades of Zambezi #6A5F5D
Tints of Zambezi #6A5F5D
RGB
CMYK
RGB Variations
Color information
#6A5F5D (or 0x6A5F5D) is known color: Zambezi. HEX triplet: 6A, 5F and 5D. RGB value is (106,95,93). Sum of RGB (Red+Green+Blue) = 106+95+93=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5F5D is #95A0A2. Grayscale: #626262. Windows color (decimal): -9805987 or 6119274. OLE color: 6119274.
HSL color Cylindrical-coordinate representation of color #6A5F5D: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A5F5D is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 95 | 93 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.58 |
| HSL | 9.23º | 0.07% | 0.39% | - |
| HSV(B) | 9.23º | 0.12% | 0.42% | - |
| XYZ | 12.01 | 12.04 | 12.05 | - |
| YUV | 98.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 93 | 0 | 0.10 | 0.12 | 0.58 | 9.23 | 0.07 | 0.39 |
| Hex | 6A | 5F | 5D | 0 | A | C | 3A | 9 | 7 | 27 |
| Octal | 152 | 137 | 135 | 0 | 12 | 14 | 72 | 11 | 7 | 47 |
| Binary | 1101010 | 1011111 | 1011101 | 0 | 1010 | 1100 | 111010 | 1001 | 111 | 100111 |
Color Harmonies of #6A5F5D
Complementary color
Monochromatic Colors of #6A5F5D
Black with #6A5F5D
Text Example
Text Example
White with #6A5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F5D; }
p { color: rgb(106,95,93); }
H1.HeaderClassName
{
color: #6A5F5D;
}
.AnyTagClassName
{
color: #6A5F5D;
}
</style>
background-color css
<style>
a { background-color: #6A5F5D; }
a { background-color: rgb(106,95,93); }
div.DivClassName
{
background-color: #6A5F5D;
}
.BgClassName
{
background-color: #6A5F5D;
}
</style>
border-color css
<style>
span { border-color: #6A5F5D; }
span { border-color: rgb(106,95,93); }
td.TdClassName
{
border-color: #6A5F5D;
}
.TagClassName
{
border-color: #6A5F5D;
}
</style>