Shades of Zambezi #655E5E
Tints of Zambezi #655E5E
RGB
CMYK
RGB Variations
Color information
#655E5E (or 0x655E5E) is known color: Zambezi. HEX triplet: 65, 5E and 5E. RGB value is (101,94,94). Sum of RGB (Red+Green+Blue) = 101+94+94=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 101 - color contains mainly: red. Hex color #655E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E5E is #9AA1A1. Grayscale: #606060. Windows color (decimal): -10133922 or 6184549. OLE color: 6184549.
HSL color Cylindrical-coordinate representation of color #655E5E: hue angle of 0º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #655E5E is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
RGB | 101 | 94 | 94 | - |
CMYK | 0 | 0.07 | 0.07 | 0.60 |
HSL | 0º | 0.04% | 0.38% | - |
HSV(B) | 0º | 0.07% | 0.4% | - |
XYZ | 11.39 | 11.58 | 12.22 | - |
YUV | 96.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 94 | 94 | 0 | 0.07 | 0.07 | 0.60 | 0 | 0.04 | 0.38 |
Hex | 65 | 5E | 5E | 0 | 7 | 7 | 3C | 0 | 4 | 26 |
Octal | 145 | 136 | 136 | 0 | 7 | 7 | 74 | 0 | 4 | 46 |
Binary | 1100101 | 1011110 | 1011110 | 0 | 111 | 111 | 111100 | 0 | 100 | 100110 |
Color Harmonies of #655E5E
Complementary color
Monochromatic Colors of #655E5E
Black with #655E5E
Text Example
Text Example
White with #655E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E5E; }
p { color: rgb(101,94,94); }
H1.HeaderClassName
{
color: #655E5E;
}
.AnyTagClassName
{
color: #655E5E;
}
</style>
background-color css
<style>
a { background-color: #655E5E; }
a { background-color: rgb(101,94,94); }
div.DivClassName
{
background-color: #655E5E;
}
.BgClassName
{
background-color: #655E5E;
}
</style>
border-color css
<style>
span { border-color: #655E5E; }
span { border-color: rgb(101,94,94); }
td.TdClassName
{
border-color: #655E5E;
}
.TagClassName
{
border-color: #655E5E;
}
</style>