Shades of Zambezi #655A58
Tints of Zambezi #655A58
RGB
CMYK
RGB Variations
Color information
#655A58 (or 0x655A58) is known color: Zambezi. HEX triplet: 65, 5A and 58. RGB value is (101,90,88). Sum of RGB (Red+Green+Blue) = 101+90+88=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #655A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A58 is #9AA5A7. Grayscale: #5D5D5D. Windows color (decimal): -10134952 or 5790309. OLE color: 5790309.
HSL color Cylindrical-coordinate representation of color #655A58: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655A58 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 88 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.60 |
| HSL | 9.23º | 0.07% | 0.37% | - |
| HSV(B) | 9.23º | 0.13% | 0.4% | - |
| XYZ | 10.78 | 10.78 | 10.75 | - |
| YUV | 93.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 88 | 0 | 0.11 | 0.13 | 0.60 | 9.23 | 0.07 | 0.37 |
| Hex | 65 | 5A | 58 | 0 | B | D | 3C | 9 | 7 | 25 |
| Octal | 145 | 132 | 130 | 0 | 13 | 15 | 74 | 11 | 7 | 45 |
| Binary | 1100101 | 1011010 | 1011000 | 0 | 1011 | 1101 | 111100 | 1001 | 111 | 100101 |
Color Harmonies of #655A58
Complementary color
Monochromatic Colors of #655A58
Black with #655A58
Text Example
Text Example
White with #655A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A58; }
p { color: rgb(101,90,88); }
H1.HeaderClassName
{
color: #655A58;
}
.AnyTagClassName
{
color: #655A58;
}
</style>
background-color css
<style>
a { background-color: #655A58; }
a { background-color: rgb(101,90,88); }
div.DivClassName
{
background-color: #655A58;
}
.BgClassName
{
background-color: #655A58;
}
</style>
border-color css
<style>
span { border-color: #655A58; }
span { border-color: rgb(101,90,88); }
td.TdClassName
{
border-color: #655A58;
}
.TagClassName
{
border-color: #655A58;
}
</style>