Shades of Zambezi #635F5E
Tints of Zambezi #635F5E
RGB
CMYK
RGB Variations
Color information
#635F5E (or 0x635F5E) is known color: Zambezi. HEX triplet: 63, 5F and 5E. RGB value is (99,95,94). Sum of RGB (Red+Green+Blue) = 99+95+94=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #635F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F5E is #9CA0A1. Grayscale: #606060. Windows color (decimal): -10264738 or 6184803. OLE color: 6184803.
HSL color Cylindrical-coordinate representation of color #635F5E: hue angle of 12º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #635F5E is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 94 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.61 |
| HSL | 12º | 0.03% | 0.38% | - |
| HSV(B) | 12º | 0.05% | 0.39% | - |
| XYZ | 11.26 | 11.65 | 12.24 | - |
| YUV | 96.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 94 | 0 | 0.04 | 0.05 | 0.61 | 12 | 0.03 | 0.38 |
| Hex | 63 | 5F | 5E | 0 | 4 | 5 | 3D | C | 3 | 26 |
| Octal | 143 | 137 | 136 | 0 | 4 | 5 | 75 | 14 | 3 | 46 |
| Binary | 1100011 | 1011111 | 1011110 | 0 | 100 | 101 | 111101 | 1100 | 11 | 100110 |
Color Harmonies of #635F5E
Complementary color
Monochromatic Colors of #635F5E
Black with #635F5E
Text Example
Text Example
White with #635F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F5E; }
p { color: rgb(99,95,94); }
H1.HeaderClassName
{
color: #635F5E;
}
.AnyTagClassName
{
color: #635F5E;
}
</style>
background-color css
<style>
a { background-color: #635F5E; }
a { background-color: rgb(99,95,94); }
div.DivClassName
{
background-color: #635F5E;
}
.BgClassName
{
background-color: #635F5E;
}
</style>
border-color css
<style>
span { border-color: #635F5E; }
span { border-color: rgb(99,95,94); }
td.TdClassName
{
border-color: #635F5E;
}
.TagClassName
{
border-color: #635F5E;
}
</style>