Shades of Zambezi #655B5A
Tints of Zambezi #655B5A
RGB
CMYK
RGB Variations
Color information
#655B5A (or 0x655B5A) is known color: Zambezi. HEX triplet: 65, 5B and 5A. RGB value is (101,91,90). Sum of RGB (Red+Green+Blue) = 101+91+90=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B5A is #9AA4A5. Grayscale: #5D5D5D. Windows color (decimal): -10134694 or 5921637. OLE color: 5921637.
HSL color Cylindrical-coordinate representation of color #655B5A: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655B5A is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 90 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.60 |
| HSL | 5.45º | 0.06% | 0.37% | - |
| HSV(B) | 5.45º | 0.11% | 0.4% | - |
| XYZ | 10.95 | 10.99 | 11.22 | - |
| YUV | 93.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 90 | 0 | 0.10 | 0.11 | 0.60 | 5.45 | 0.06 | 0.37 |
| Hex | 65 | 5B | 5A | 0 | A | B | 3C | 5 | 6 | 25 |
| Octal | 145 | 133 | 132 | 0 | 12 | 13 | 74 | 5 | 6 | 45 |
| Binary | 1100101 | 1011011 | 1011010 | 0 | 1010 | 1011 | 111100 | 101 | 110 | 100101 |
Color Harmonies of #655B5A
Complementary color
Monochromatic Colors of #655B5A
Black with #655B5A
Text Example
Text Example
White with #655B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B5A; }
p { color: rgb(101,91,90); }
H1.HeaderClassName
{
color: #655B5A;
}
.AnyTagClassName
{
color: #655B5A;
}
</style>
background-color css
<style>
a { background-color: #655B5A; }
a { background-color: rgb(101,91,90); }
div.DivClassName
{
background-color: #655B5A;
}
.BgClassName
{
background-color: #655B5A;
}
</style>
border-color css
<style>
span { border-color: #655B5A; }
span { border-color: rgb(101,91,90); }
td.TdClassName
{
border-color: #655B5A;
}
.TagClassName
{
border-color: #655B5A;
}
</style>