Shades of Zambezi #635D5D
Tints of Zambezi #635D5D
RGB
CMYK
RGB Variations
Color information
#635D5D (or 0x635D5D) is known color: Zambezi. HEX triplet: 63, 5D and 5D. RGB value is (99,93,93). Sum of RGB (Red+Green+Blue) = 99+93+93=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 99 - color contains mainly: red. Hex color #635D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D5D is #9CA2A2. Grayscale: #5E5E5E. Windows color (decimal): -10265251 or 6118755. OLE color: 6118755.
HSL color Cylindrical-coordinate representation of color #635D5D: hue angle of 0º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #635D5D is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 93 | 93 | - |
CMYK | 0 | 0.06 | 0.06 | 0.61 |
HSL | 0º | 0.03% | 0.38% | - |
HSV(B) | 0º | 0.06% | 0.39% | - |
XYZ | 11.04 | 11.27 | 11.95 | - |
YUV | 94.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 93 | 93 | 0 | 0.06 | 0.06 | 0.61 | 0 | 0.03 | 0.38 |
Hex | 63 | 5D | 5D | 0 | 6 | 6 | 3D | 0 | 3 | 26 |
Octal | 143 | 135 | 135 | 0 | 6 | 6 | 75 | 0 | 3 | 46 |
Binary | 1100011 | 1011101 | 1011101 | 0 | 110 | 110 | 111101 | 0 | 11 | 100110 |
Color Harmonies of #635D5D
Complementary color
Monochromatic Colors of #635D5D
Black with #635D5D
Text Example
Text Example
White with #635D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D5D; }
p { color: rgb(99,93,93); }
H1.HeaderClassName
{
color: #635D5D;
}
.AnyTagClassName
{
color: #635D5D;
}
</style>
background-color css
<style>
a { background-color: #635D5D; }
a { background-color: rgb(99,93,93); }
div.DivClassName
{
background-color: #635D5D;
}
.BgClassName
{
background-color: #635D5D;
}
</style>
border-color css
<style>
span { border-color: #635D5D; }
span { border-color: rgb(99,93,93); }
td.TdClassName
{
border-color: #635D5D;
}
.TagClassName
{
border-color: #635D5D;
}
</style>