Shades of Zambezi #635555
Tints of Zambezi #635555
RGB
CMYK
RGB Variations
Color information
#635555 (or 0x635555) is known color: Zambezi. HEX triplet: 63, 55 and 55. RGB value is (99,85,85). Sum of RGB (Red+Green+Blue) = 99+85+85=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #635555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635555 is #9CAAAA. Grayscale: #595959. Windows color (decimal): -10267307 or 5592419. OLE color: 5592419.
HSL color Cylindrical-coordinate representation of color #635555: hue angle of 0º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635555 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 85 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.61 |
| HSL | 0º | 0.08% | 0.36% | - |
| HSV(B) | 0º | 0.14% | 0.39% | - |
| XYZ | 10.03 | 9.81 | 9.96 | - |
| YUV | 89.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 85 | 0 | 0.14 | 0.14 | 0.61 | 0 | 0.08 | 0.36 |
| Hex | 63 | 55 | 55 | 0 | E | E | 3D | 0 | 8 | 24 |
| Octal | 143 | 125 | 125 | 0 | 16 | 16 | 75 | 0 | 10 | 44 |
| Binary | 1100011 | 1010101 | 1010101 | 0 | 1110 | 1110 | 111101 | 0 | 1000 | 100100 |
Color Harmonies of #635555
Complementary color
Monochromatic Colors of #635555
Black with #635555
Text Example
Text Example
White with #635555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635555; }
p { color: rgb(99,85,85); }
H1.HeaderClassName
{
color: #635555;
}
.AnyTagClassName
{
color: #635555;
}
</style>
background-color css
<style>
a { background-color: #635555; }
a { background-color: rgb(99,85,85); }
div.DivClassName
{
background-color: #635555;
}
.BgClassName
{
background-color: #635555;
}
</style>
border-color css
<style>
span { border-color: #635555; }
span { border-color: rgb(99,85,85); }
td.TdClassName
{
border-color: #635555;
}
.TagClassName
{
border-color: #635555;
}
</style>