Shades of Zambezi #655E5D
Tints of Zambezi #655E5D
RGB
CMYK
RGB Variations
Color information
#655E5D (or 0x655E5D) is known color: Zambezi. HEX triplet: 65, 5E and 5D. RGB value is (101,94,93). Sum of RGB (Red+Green+Blue) = 101+94+93=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 101 - color contains mainly: red. Hex color #655E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E5D is #9AA1A2. Grayscale: #5F5F5F. Windows color (decimal): -10133923 or 6119013. OLE color: 6119013.
HSL color Cylindrical-coordinate representation of color #655E5D: hue angle of 7.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #655E5D is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
RGB | 101 | 94 | 93 | - |
CMYK | 0 | 0.07 | 0.08 | 0.60 |
HSL | 7.5º | 0.04% | 0.38% | - |
HSV(B) | 7.5º | 0.08% | 0.4% | - |
XYZ | 11.35 | 11.56 | 11.99 | - |
YUV | 95.98 | 126.32 | 131.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 94 | 93 | 0 | 0.07 | 0.08 | 0.60 | 7.5 | 0.04 | 0.38 |
Hex | 65 | 5E | 5D | 0 | 7 | 8 | 3C | 8 | 4 | 26 |
Octal | 145 | 136 | 135 | 0 | 7 | 10 | 74 | 10 | 4 | 46 |
Binary | 1100101 | 1011110 | 1011101 | 0 | 111 | 1000 | 111100 | 1000 | 100 | 100110 |
Color Harmonies of #655E5D
Complementary color
Monochromatic Colors of #655E5D
Black with #655E5D
Text Example
Text Example
White with #655E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E5D; }
p { color: rgb(101,94,93); }
H1.HeaderClassName
{
color: #655E5D;
}
.AnyTagClassName
{
color: #655E5D;
}
</style>
background-color css
<style>
a { background-color: #655E5D; }
a { background-color: rgb(101,94,93); }
div.DivClassName
{
background-color: #655E5D;
}
.BgClassName
{
background-color: #655E5D;
}
</style>
border-color css
<style>
span { border-color: #655E5D; }
span { border-color: rgb(101,94,93); }
td.TdClassName
{
border-color: #655E5D;
}
.TagClassName
{
border-color: #655E5D;
}
</style>