Shades of Zambezi #625D5C
Tints of Zambezi #625D5C
RGB
CMYK
RGB Variations
Color information
#625D5C (or 0x625D5C) is known color: Zambezi. HEX triplet: 62, 5D and 5C. RGB value is (98,93,92). Sum of RGB (Red+Green+Blue) = 98+93+92=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 98 - color contains mainly: red. Hex color #625D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D5C is #9DA2A3. Grayscale: #5E5E5E. Windows color (decimal): -10330788 or 6053218. OLE color: 6053218.
HSL color Cylindrical-coordinate representation of color #625D5C: hue angle of 10º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #625D5C is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 92 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.62 |
| HSL | 10º | 0.03% | 0.37% | - |
| HSV(B) | 10º | 0.06% | 0.38% | - |
| XYZ | 10.88 | 11.2 | 11.71 | - |
| YUV | 94.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 92 | 0 | 0.05 | 0.06 | 0.62 | 10 | 0.03 | 0.37 |
| Hex | 62 | 5D | 5C | 0 | 5 | 6 | 3E | A | 3 | 25 |
| Octal | 142 | 135 | 134 | 0 | 5 | 6 | 76 | 12 | 3 | 45 |
| Binary | 1100010 | 1011101 | 1011100 | 0 | 101 | 110 | 111110 | 1010 | 11 | 100101 |
Color Harmonies of #625D5C
Complementary color
Monochromatic Colors of #625D5C
Black with #625D5C
Text Example
Text Example
White with #625D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D5C; }
p { color: rgb(98,93,92); }
H1.HeaderClassName
{
color: #625D5C;
}
.AnyTagClassName
{
color: #625D5C;
}
</style>
background-color css
<style>
a { background-color: #625D5C; }
a { background-color: rgb(98,93,92); }
div.DivClassName
{
background-color: #625D5C;
}
.BgClassName
{
background-color: #625D5C;
}
</style>
border-color css
<style>
span { border-color: #625D5C; }
span { border-color: rgb(98,93,92); }
td.TdClassName
{
border-color: #625D5C;
}
.TagClassName
{
border-color: #625D5C;
}
</style>