Shades of Zambezi #645554
Tints of Zambezi #645554
RGB
CMYK
RGB Variations
Color information
#645554 (or 0x645554) is known color: Zambezi. HEX triplet: 64, 55 and 54. RGB value is (100,85,84). Sum of RGB (Red+Green+Blue) = 100+85+84=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #645554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645554 is #9BAAAB. Grayscale: #595959. Windows color (decimal): -10201772 or 5526884. OLE color: 5526884.
HSL color Cylindrical-coordinate representation of color #645554: hue angle of 3.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645554 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 84 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.61 |
| HSL | 3.75º | 0.09% | 0.36% | - |
| HSV(B) | 3.75º | 0.16% | 0.39% | - |
| XYZ | 10.1 | 9.85 | 9.76 | - |
| YUV | 89.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 84 | 0 | 0.15 | 0.16 | 0.61 | 3.75 | 0.09 | 0.36 |
| Hex | 64 | 55 | 54 | 0 | F | 10 | 3D | 4 | 9 | 24 |
| Octal | 144 | 125 | 124 | 0 | 17 | 20 | 75 | 4 | 11 | 44 |
| Binary | 1100100 | 1010101 | 1010100 | 0 | 1111 | 10000 | 111101 | 100 | 1001 | 100100 |
Color Harmonies of #645554
Complementary color
Monochromatic Colors of #645554
Black with #645554
Text Example
Text Example
White with #645554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645554; }
p { color: rgb(100,85,84); }
H1.HeaderClassName
{
color: #645554;
}
.AnyTagClassName
{
color: #645554;
}
</style>
background-color css
<style>
a { background-color: #645554; }
a { background-color: rgb(100,85,84); }
div.DivClassName
{
background-color: #645554;
}
.BgClassName
{
background-color: #645554;
}
</style>
border-color css
<style>
span { border-color: #645554; }
span { border-color: rgb(100,85,84); }
td.TdClassName
{
border-color: #645554;
}
.TagClassName
{
border-color: #645554;
}
</style>