Shades of Zambezi #635A5A
Tints of Zambezi #635A5A
RGB
CMYK
RGB Variations
Color information
#635A5A (or 0x635A5A) is known color: Zambezi. HEX triplet: 63, 5A and 5A. RGB value is (99,90,90). Sum of RGB (Red+Green+Blue) = 99+90+90=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A5A is #9CA5A5. Grayscale: #5C5C5C. Windows color (decimal): -10266022 or 5921379. OLE color: 5921379.
HSL color Cylindrical-coordinate representation of color #635A5A: hue angle of 0º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635A5A is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 90 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.61 |
| HSL | 0º | 0.05% | 0.37% | - |
| HSV(B) | 0º | 0.09% | 0.39% | - |
| XYZ | 10.65 | 10.7 | 11.18 | - |
| YUV | 92.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 90 | 0 | 0.09 | 0.09 | 0.61 | 0 | 0.05 | 0.37 |
| Hex | 63 | 5A | 5A | 0 | 9 | 9 | 3D | 0 | 5 | 25 |
| Octal | 143 | 132 | 132 | 0 | 11 | 11 | 75 | 0 | 5 | 45 |
| Binary | 1100011 | 1011010 | 1011010 | 0 | 1001 | 1001 | 111101 | 0 | 101 | 100101 |
Color Harmonies of #635A5A
Complementary color
Monochromatic Colors of #635A5A
Black with #635A5A
Text Example
Text Example
White with #635A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A5A; }
p { color: rgb(99,90,90); }
H1.HeaderClassName
{
color: #635A5A;
}
.AnyTagClassName
{
color: #635A5A;
}
</style>
background-color css
<style>
a { background-color: #635A5A; }
a { background-color: rgb(99,90,90); }
div.DivClassName
{
background-color: #635A5A;
}
.BgClassName
{
background-color: #635A5A;
}
</style>
border-color css
<style>
span { border-color: #635A5A; }
span { border-color: rgb(99,90,90); }
td.TdClassName
{
border-color: #635A5A;
}
.TagClassName
{
border-color: #635A5A;
}
</style>