Shades of Zambezi #655D5D
Tints of Zambezi #655D5D
RGB
CMYK
RGB Variations
Color information
#655D5D (or 0x655D5D) is known color: Zambezi. HEX triplet: 65, 5D and 5D. RGB value is (101,93,93). Sum of RGB (Red+Green+Blue) = 101+93+93=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 101 - color contains mainly: red. Hex color #655D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D5D is #9AA2A2. Grayscale: #5F5F5F. Windows color (decimal): -10134179 or 6118757. OLE color: 6118757.
HSL color Cylindrical-coordinate representation of color #655D5D: 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.08%. Process color model (Four color, CMYK) of #655D5D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
RGB | 101 | 93 | 93 | - |
CMYK | 0 | 0.08 | 0.08 | 0.60 |
HSL | 0º | 0.04% | 0.38% | - |
HSV(B) | 0º | 0.08% | 0.4% | - |
XYZ | 11.26 | 11.39 | 11.96 | - |
YUV | 95.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 93 | 93 | 0 | 0.08 | 0.08 | 0.60 | 0 | 0.04 | 0.38 |
Hex | 65 | 5D | 5D | 0 | 8 | 8 | 3C | 0 | 4 | 26 |
Octal | 145 | 135 | 135 | 0 | 10 | 10 | 74 | 0 | 4 | 46 |
Binary | 1100101 | 1011101 | 1011101 | 0 | 1000 | 1000 | 111100 | 0 | 100 | 100110 |
Color Harmonies of #655D5D
Complementary color
Monochromatic Colors of #655D5D
Black with #655D5D
Text Example
Text Example
White with #655D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D5D; }
p { color: rgb(101,93,93); }
H1.HeaderClassName
{
color: #655D5D;
}
.AnyTagClassName
{
color: #655D5D;
}
</style>
background-color css
<style>
a { background-color: #655D5D; }
a { background-color: rgb(101,93,93); }
div.DivClassName
{
background-color: #655D5D;
}
.BgClassName
{
background-color: #655D5D;
}
</style>
border-color css
<style>
span { border-color: #655D5D; }
span { border-color: rgb(101,93,93); }
td.TdClassName
{
border-color: #655D5D;
}
.TagClassName
{
border-color: #655D5D;
}
</style>