Shades of Zambezi #645A5A
Tints of Zambezi #645A5A
RGB
CMYK
RGB Variations
Color information
#645A5A (or 0x645A5A) is known color: Zambezi. HEX triplet: 64, 5A and 5A. RGB value is (100,90,90). Sum of RGB (Red+Green+Blue) = 100+90+90=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A5A is #9BA5A5. Grayscale: #5D5D5D. Windows color (decimal): -10200486 or 5921380. OLE color: 5921380.
HSL color Cylindrical-coordinate representation of color #645A5A: hue angle of 0º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #645A5A is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 90 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.61 |
| HSL | 0º | 0.05% | 0.37% | - |
| HSV(B) | 0º | 0.1% | 0.39% | - |
| XYZ | 10.76 | 10.76 | 11.18 | - |
| YUV | 92.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 90 | 0 | 0.10 | 0.10 | 0.61 | 0 | 0.05 | 0.37 |
| Hex | 64 | 5A | 5A | 0 | A | A | 3D | 0 | 5 | 25 |
| Octal | 144 | 132 | 132 | 0 | 12 | 12 | 75 | 0 | 5 | 45 |
| Binary | 1100100 | 1011010 | 1011010 | 0 | 1010 | 1010 | 111101 | 0 | 101 | 100101 |
Color Harmonies of #645A5A
Complementary color
Monochromatic Colors of #645A5A
Black with #645A5A
Text Example
Text Example
White with #645A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A5A; }
p { color: rgb(100,90,90); }
H1.HeaderClassName
{
color: #645A5A;
}
.AnyTagClassName
{
color: #645A5A;
}
</style>
background-color css
<style>
a { background-color: #645A5A; }
a { background-color: rgb(100,90,90); }
div.DivClassName
{
background-color: #645A5A;
}
.BgClassName
{
background-color: #645A5A;
}
</style>
border-color css
<style>
span { border-color: #645A5A; }
span { border-color: rgb(100,90,90); }
td.TdClassName
{
border-color: #645A5A;
}
.TagClassName
{
border-color: #645A5A;
}
</style>