Shades of Zambezi #625E5D
Tints of Zambezi #625E5D
RGB
CMYK
RGB Variations
Color information
#625E5D (or 0x625E5D) is known color: Zambezi. HEX triplet: 62, 5E and 5D. RGB value is (98,94,93). Sum of RGB (Red+Green+Blue) = 98+94+93=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 98 - color contains mainly: red. Hex color #625E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E5D is #9DA1A2. Grayscale: #5F5F5F. Windows color (decimal): -10330531 or 6119010. OLE color: 6119010.
HSL color Cylindrical-coordinate representation of color #625E5D: hue angle of 12º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #625E5D is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 93 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.62 |
| HSL | 12º | 0.03% | 0.37% | - |
| HSV(B) | 12º | 0.05% | 0.38% | - |
| XYZ | 11.02 | 11.39 | 11.97 | - |
| YUV | 95.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 93 | 0 | 0.04 | 0.05 | 0.62 | 12 | 0.03 | 0.37 |
| Hex | 62 | 5E | 5D | 0 | 4 | 5 | 3E | C | 3 | 25 |
| Octal | 142 | 136 | 135 | 0 | 4 | 5 | 76 | 14 | 3 | 45 |
| Binary | 1100010 | 1011110 | 1011101 | 0 | 100 | 101 | 111110 | 1100 | 11 | 100101 |
Color Harmonies of #625E5D
Complementary color
Monochromatic Colors of #625E5D
Black with #625E5D
Text Example
Text Example
White with #625E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E5D; }
p { color: rgb(98,94,93); }
H1.HeaderClassName
{
color: #625E5D;
}
.AnyTagClassName
{
color: #625E5D;
}
</style>
background-color css
<style>
a { background-color: #625E5D; }
a { background-color: rgb(98,94,93); }
div.DivClassName
{
background-color: #625E5D;
}
.BgClassName
{
background-color: #625E5D;
}
</style>
border-color css
<style>
span { border-color: #625E5D; }
span { border-color: rgb(98,94,93); }
td.TdClassName
{
border-color: #625E5D;
}
.TagClassName
{
border-color: #625E5D;
}
</style>