Shades of Zambezi #655B59
Tints of Zambezi #655B59
RGB
CMYK
RGB Variations
Color information
#655B59 (or 0x655B59) is known color: Zambezi. HEX triplet: 65, 5B and 59. RGB value is (101,91,89). Sum of RGB (Red+Green+Blue) = 101+91+89=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #655B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B59 is #9AA4A6. Grayscale: #5D5D5D. Windows color (decimal): -10134695 or 5856101. OLE color: 5856101.
HSL color Cylindrical-coordinate representation of color #655B59: hue angle of 10º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #655B59 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 89 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.60 |
| HSL | 10º | 0.06% | 0.37% | - |
| HSV(B) | 10º | 0.12% | 0.4% | - |
| XYZ | 10.91 | 10.97 | 10.99 | - |
| YUV | 93.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 89 | 0 | 0.10 | 0.12 | 0.60 | 10 | 0.06 | 0.37 |
| Hex | 65 | 5B | 59 | 0 | A | C | 3C | A | 6 | 25 |
| Octal | 145 | 133 | 131 | 0 | 12 | 14 | 74 | 12 | 6 | 45 |
| Binary | 1100101 | 1011011 | 1011001 | 0 | 1010 | 1100 | 111100 | 1010 | 110 | 100101 |
Color Harmonies of #655B59
Complementary color
Monochromatic Colors of #655B59
Black with #655B59
Text Example
Text Example
White with #655B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B59; }
p { color: rgb(101,91,89); }
H1.HeaderClassName
{
color: #655B59;
}
.AnyTagClassName
{
color: #655B59;
}
</style>
background-color css
<style>
a { background-color: #655B59; }
a { background-color: rgb(101,91,89); }
div.DivClassName
{
background-color: #655B59;
}
.BgClassName
{
background-color: #655B59;
}
</style>
border-color css
<style>
span { border-color: #655B59; }
span { border-color: rgb(101,91,89); }
td.TdClassName
{
border-color: #655B59;
}
.TagClassName
{
border-color: #655B59;
}
</style>