Shades of Zambezi #65605F
Tints of Zambezi #65605F
RGB
CMYK
RGB Variations
Color information
#65605F (or 0x65605F) is known color: Zambezi. HEX triplet: 65, 60 and 5F. RGB value is (101,96,95). Sum of RGB (Red+Green+Blue) = 101+96+95=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 101 - color contains mainly: red. Hex color #65605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65605F is #9A9FA0. Grayscale: #616161. Windows color (decimal): -10133409 or 6250597. OLE color: 6250597.
HSL color Cylindrical-coordinate representation of color #65605F: hue angle of 10º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #65605F is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 95 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.60 |
| HSL | 10º | 0.03% | 0.38% | - |
| HSV(B) | 10º | 0.06% | 0.4% | - |
| XYZ | 11.62 | 11.96 | 12.52 | - |
| YUV | 97.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 95 | 0 | 0.05 | 0.06 | 0.60 | 10 | 0.03 | 0.38 |
| Hex | 65 | 60 | 5F | 0 | 5 | 6 | 3C | A | 3 | 26 |
| Octal | 145 | 140 | 137 | 0 | 5 | 6 | 74 | 12 | 3 | 46 |
| Binary | 1100101 | 1100000 | 1011111 | 0 | 101 | 110 | 111100 | 1010 | 11 | 100110 |
Color Harmonies of #65605F
Complementary color
Monochromatic Colors of #65605F
Black with #65605F
Text Example
Text Example
White with #65605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65605F; }
p { color: rgb(101,96,95); }
H1.HeaderClassName
{
color: #65605F;
}
.AnyTagClassName
{
color: #65605F;
}
</style>
background-color css
<style>
a { background-color: #65605F; }
a { background-color: rgb(101,96,95); }
div.DivClassName
{
background-color: #65605F;
}
.BgClassName
{
background-color: #65605F;
}
</style>
border-color css
<style>
span { border-color: #65605F; }
span { border-color: rgb(101,96,95); }
td.TdClassName
{
border-color: #65605F;
}
.TagClassName
{
border-color: #65605F;
}
</style>