Shades of Zambezi #665D5B
Tints of Zambezi #665D5B
RGB
CMYK
RGB Variations
Color information
#665D5B (or 0x665D5B) is known color: Zambezi. HEX triplet: 66, 5D and 5B. RGB value is (102,93,91). Sum of RGB (Red+Green+Blue) = 102+93+91=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D5B is #99A2A4. Grayscale: #5F5F5F. Windows color (decimal): -10068645 or 5987686. OLE color: 5987686.
HSL color Cylindrical-coordinate representation of color #665D5B: hue angle of 10.91º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665D5B is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 91 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.6 |
| HSL | 10.91º | 0.06% | 0.38% | - |
| HSV(B) | 10.91º | 0.11% | 0.4% | - |
| XYZ | 11.28 | 11.41 | 11.51 | - |
| YUV | 95.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 91 | 0 | 0.09 | 0.11 | 0.6 | 10.91 | 0.06 | 0.38 |
| Hex | 66 | 5D | 5B | 0 | 9 | B | 3C | B | 6 | 26 |
| Octal | 146 | 135 | 133 | 0 | 11 | 13 | 74 | 13 | 6 | 46 |
| Binary | 1100110 | 1011101 | 1011011 | 0 | 1001 | 1011 | 111100 | 1011 | 110 | 100110 |
Color Harmonies of #665D5B
Complementary color
Monochromatic Colors of #665D5B
Black with #665D5B
Text Example
Text Example
White with #665D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D5B; }
p { color: rgb(102,93,91); }
H1.HeaderClassName
{
color: #665D5B;
}
.AnyTagClassName
{
color: #665D5B;
}
</style>
background-color css
<style>
a { background-color: #665D5B; }
a { background-color: rgb(102,93,91); }
div.DivClassName
{
background-color: #665D5B;
}
.BgClassName
{
background-color: #665D5B;
}
</style>
border-color css
<style>
span { border-color: #665D5B; }
span { border-color: rgb(102,93,91); }
td.TdClassName
{
border-color: #665D5B;
}
.TagClassName
{
border-color: #665D5B;
}
</style>