Shades of Zambezi #636161
Tints of Zambezi #636161
RGB
CMYK
RGB Variations
Color information
#636161 (or 0x636161) is known color: Zambezi. HEX triplet: 63, 61 and 61. RGB value is (99,97,97). Sum of RGB (Red+Green+Blue) = 99+97+97=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 99 - color contains mainly: red. Hex color #636161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636161 is #9C9E9E. Grayscale: #616161. Windows color (decimal): -10264223 or 6381923. OLE color: 6381923.
HSL color Cylindrical-coordinate representation of color #636161: hue angle of 0º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #636161 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 97 | 97 | - |
CMYK | 0 | 0.02 | 0.02 | 0.61 |
HSL | 0º | 0.01% | 0.38% | - |
HSV(B) | 0º | 0.02% | 0.39% | - |
XYZ | 11.58 | 12.07 | 13.03 | - |
YUV | 97.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 97 | 97 | 0 | 0.02 | 0.02 | 0.61 | 0 | 0.01 | 0.38 |
Hex | 63 | 61 | 61 | 0 | 2 | 2 | 3D | 0 | 1 | 26 |
Octal | 143 | 141 | 141 | 0 | 2 | 2 | 75 | 0 | 1 | 46 |
Binary | 1100011 | 1100001 | 1100001 | 0 | 10 | 10 | 111101 | 0 | 1 | 100110 |
Color Harmonies of #636161
Complementary color
Monochromatic Colors of #636161
Black with #636161
Text Example
Text Example
White with #636161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636161; }
p { color: rgb(99,97,97); }
H1.HeaderClassName
{
color: #636161;
}
.AnyTagClassName
{
color: #636161;
}
</style>
background-color css
<style>
a { background-color: #636161; }
a { background-color: rgb(99,97,97); }
div.DivClassName
{
background-color: #636161;
}
.BgClassName
{
background-color: #636161;
}
</style>
border-color css
<style>
span { border-color: #636161; }
span { border-color: rgb(99,97,97); }
td.TdClassName
{
border-color: #636161;
}
.TagClassName
{
border-color: #636161;
}
</style>