Shades of Zambezi #636060
Tints of Zambezi #636060
RGB
CMYK
RGB Variations
Color information
#636060 (or 0x636060) is known color: Zambezi. HEX triplet: 63, 60 and 60. RGB value is (99,96,96). Sum of RGB (Red+Green+Blue) = 99+96+96=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 99 - color contains mainly: red. Hex color #636060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636060 is #9C9F9F. Grayscale: #606060. Windows color (decimal): -10264480 or 6316131. OLE color: 6316131.
HSL color Cylindrical-coordinate representation of color #636060: hue angle of 0º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #636060 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 96 | 96 | - |
CMYK | 0 | 0.03 | 0.03 | 0.61 |
HSL | 0º | 0.02% | 0.38% | - |
HSV(B) | 0º | 0.03% | 0.39% | - |
XYZ | 11.44 | 11.86 | 12.75 | - |
YUV | 96.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 96 | 96 | 0 | 0.03 | 0.03 | 0.61 | 0 | 0.02 | 0.38 |
Hex | 63 | 60 | 60 | 0 | 3 | 3 | 3D | 0 | 2 | 26 |
Octal | 143 | 140 | 140 | 0 | 3 | 3 | 75 | 0 | 2 | 46 |
Binary | 1100011 | 1100000 | 1100000 | 0 | 11 | 11 | 111101 | 0 | 10 | 100110 |
Color Harmonies of #636060
Complementary color
Monochromatic Colors of #636060
Black with #636060
Text Example
Text Example
White with #636060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636060; }
p { color: rgb(99,96,96); }
H1.HeaderClassName
{
color: #636060;
}
.AnyTagClassName
{
color: #636060;
}
</style>
background-color css
<style>
a { background-color: #636060; }
a { background-color: rgb(99,96,96); }
div.DivClassName
{
background-color: #636060;
}
.BgClassName
{
background-color: #636060;
}
</style>
border-color css
<style>
span { border-color: #636060; }
span { border-color: rgb(99,96,96); }
td.TdClassName
{
border-color: #636060;
}
.TagClassName
{
border-color: #636060;
}
</style>