Shades of Zambezi #635454
Tints of Zambezi #635454
RGB
CMYK
RGB Variations
Color information
#635454 (or 0x635454) is known color: Zambezi. HEX triplet: 63, 54 and 54. RGB value is (99,84,84). Sum of RGB (Red+Green+Blue) = 99+84+84=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635454 is #9CABAB. Grayscale: #585858. Windows color (decimal): -10267564 or 5526627. OLE color: 5526627.
HSL color Cylindrical-coordinate representation of color #635454: 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.15%. Process color model (Four color, CMYK) of #635454 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 84 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.61 |
| HSL | 0º | 0.08% | 0.36% | - |
| HSV(B) | 0º | 0.15% | 0.39% | - |
| XYZ | 9.92 | 9.63 | 9.72 | - |
| YUV | 88.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 84 | 0 | 0.15 | 0.15 | 0.61 | 0 | 0.08 | 0.36 |
| Hex | 63 | 54 | 54 | 0 | F | F | 3D | 0 | 8 | 24 |
| Octal | 143 | 124 | 124 | 0 | 17 | 17 | 75 | 0 | 10 | 44 |
| Binary | 1100011 | 1010100 | 1010100 | 0 | 1111 | 1111 | 111101 | 0 | 1000 | 100100 |
Color Harmonies of #635454
Complementary color
Monochromatic Colors of #635454
Black with #635454
Text Example
Text Example
White with #635454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635454; }
p { color: rgb(99,84,84); }
H1.HeaderClassName
{
color: #635454;
}
.AnyTagClassName
{
color: #635454;
}
</style>
background-color css
<style>
a { background-color: #635454; }
a { background-color: rgb(99,84,84); }
div.DivClassName
{
background-color: #635454;
}
.BgClassName
{
background-color: #635454;
}
</style>
border-color css
<style>
span { border-color: #635454; }
span { border-color: rgb(99,84,84); }
td.TdClassName
{
border-color: #635454;
}
.TagClassName
{
border-color: #635454;
}
</style>