Shades of Zambezi #635B5B
Tints of Zambezi #635B5B
RGB
CMYK
RGB Variations
Color information
#635B5B (or 0x635B5B) is known color: Zambezi. HEX triplet: 63, 5B and 5B. RGB value is (99,91,91). Sum of RGB (Red+Green+Blue) = 99+91+91=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B5B is #9CA4A4. Grayscale: #5D5D5D. Windows color (decimal): -10265765 or 5987171. OLE color: 5987171.
HSL color Cylindrical-coordinate representation of color #635B5B: hue angle of 0º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #635B5B is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 91 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.61 |
| HSL | 0º | 0.04% | 0.37% | - |
| HSV(B) | 0º | 0.08% | 0.39% | - |
| XYZ | 10.78 | 10.89 | 11.43 | - |
| YUV | 93.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 91 | 0 | 0.08 | 0.08 | 0.61 | 0 | 0.04 | 0.37 |
| Hex | 63 | 5B | 5B | 0 | 8 | 8 | 3D | 0 | 4 | 25 |
| Octal | 143 | 133 | 133 | 0 | 10 | 10 | 75 | 0 | 4 | 45 |
| Binary | 1100011 | 1011011 | 1011011 | 0 | 1000 | 1000 | 111101 | 0 | 100 | 100101 |
Color Harmonies of #635B5B
Complementary color
Monochromatic Colors of #635B5B
Black with #635B5B
Text Example
Text Example
White with #635B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B5B; }
p { color: rgb(99,91,91); }
H1.HeaderClassName
{
color: #635B5B;
}
.AnyTagClassName
{
color: #635B5B;
}
</style>
background-color css
<style>
a { background-color: #635B5B; }
a { background-color: rgb(99,91,91); }
div.DivClassName
{
background-color: #635B5B;
}
.BgClassName
{
background-color: #635B5B;
}
</style>
border-color css
<style>
span { border-color: #635B5B; }
span { border-color: rgb(99,91,91); }
td.TdClassName
{
border-color: #635B5B;
}
.TagClassName
{
border-color: #635B5B;
}
</style>