Shades of Zambezi #645C5C
Tints of Zambezi #645C5C
RGB
CMYK
RGB Variations
Color information
#645C5C (or 0x645C5C) is known color: Zambezi. HEX triplet: 64, 5C and 5C. RGB value is (100,92,92). Sum of RGB (Red+Green+Blue) = 100+92+92=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 100 - color contains mainly: red. Hex color #645C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C5C is #9BA3A3. Grayscale: #5E5E5E. Windows color (decimal): -10199972 or 6052964. OLE color: 6052964.
HSL color Cylindrical-coordinate representation of color #645C5C: hue angle of 0º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #645C5C is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 92 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.61 |
| HSL | 0º | 0.04% | 0.38% | - |
| HSV(B) | 0º | 0.08% | 0.39% | - |
| XYZ | 11.01 | 11.14 | 11.69 | - |
| YUV | 94.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 92 | 0 | 0.08 | 0.08 | 0.61 | 0 | 0.04 | 0.38 |
| Hex | 64 | 5C | 5C | 0 | 8 | 8 | 3D | 0 | 4 | 26 |
| Octal | 144 | 134 | 134 | 0 | 10 | 10 | 75 | 0 | 4 | 46 |
| Binary | 1100100 | 1011100 | 1011100 | 0 | 1000 | 1000 | 111101 | 0 | 100 | 100110 |
Color Harmonies of #645C5C
Complementary color
Monochromatic Colors of #645C5C
Black with #645C5C
Text Example
Text Example
White with #645C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C5C; }
p { color: rgb(100,92,92); }
H1.HeaderClassName
{
color: #645C5C;
}
.AnyTagClassName
{
color: #645C5C;
}
</style>
background-color css
<style>
a { background-color: #645C5C; }
a { background-color: rgb(100,92,92); }
div.DivClassName
{
background-color: #645C5C;
}
.BgClassName
{
background-color: #645C5C;
}
</style>
border-color css
<style>
span { border-color: #645C5C; }
span { border-color: rgb(100,92,92); }
td.TdClassName
{
border-color: #645C5C;
}
.TagClassName
{
border-color: #645C5C;
}
</style>