Shades of Zambezi #625D5D
Tints of Zambezi #625D5D
RGB
CMYK
RGB Variations
Color information
#625D5D (or 0x625D5D) is known color: Zambezi. HEX triplet: 62, 5D and 5D. RGB value is (98,93,93). Sum of RGB (Red+Green+Blue) = 98+93+93=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 98 - color contains mainly: red. Hex color #625D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D5D is #9DA2A2. Grayscale: #5E5E5E. Windows color (decimal): -10330787 or 6118754. OLE color: 6118754.
HSL color Cylindrical-coordinate representation of color #625D5D: hue angle of 0º 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 #625D5D is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 93 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.62 |
| HSL | 0º | 0.03% | 0.37% | - |
| HSV(B) | 0º | 0.05% | 0.38% | - |
| XYZ | 10.93 | 11.22 | 11.94 | - |
| YUV | 94.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 93 | 0 | 0.05 | 0.05 | 0.62 | 0 | 0.03 | 0.37 |
| Hex | 62 | 5D | 5D | 0 | 5 | 5 | 3E | 0 | 3 | 25 |
| Octal | 142 | 135 | 135 | 0 | 5 | 5 | 76 | 0 | 3 | 45 |
| Binary | 1100010 | 1011101 | 1011101 | 0 | 101 | 101 | 111110 | 0 | 11 | 100101 |
Color Harmonies of #625D5D
Complementary color
Monochromatic Colors of #625D5D
Black with #625D5D
Text Example
Text Example
White with #625D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D5D; }
p { color: rgb(98,93,93); }
H1.HeaderClassName
{
color: #625D5D;
}
.AnyTagClassName
{
color: #625D5D;
}
</style>
background-color css
<style>
a { background-color: #625D5D; }
a { background-color: rgb(98,93,93); }
div.DivClassName
{
background-color: #625D5D;
}
.BgClassName
{
background-color: #625D5D;
}
</style>
border-color css
<style>
span { border-color: #625D5D; }
span { border-color: rgb(98,93,93); }
td.TdClassName
{
border-color: #625D5D;
}
.TagClassName
{
border-color: #625D5D;
}
</style>