Shades of Zambezi #665C5C
Tints of Zambezi #665C5C
RGB
CMYK
RGB Variations
Color information
#665C5C (or 0x665C5C) is known color: Zambezi. HEX triplet: 66, 5C and 5C. RGB value is (102,92,92). Sum of RGB (Red+Green+Blue) = 102+92+92=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C5C is #99A3A3. Grayscale: #5F5F5F. Windows color (decimal): -10068900 or 6052966. OLE color: 6052966.
HSL color Cylindrical-coordinate representation of color #665C5C: hue angle of 0º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665C5C is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 92 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.6 |
| HSL | 0º | 0.05% | 0.38% | - |
| HSV(B) | 0º | 0.1% | 0.4% | - |
| XYZ | 11.24 | 11.25 | 11.7 | - |
| YUV | 94.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 92 | 0 | 0.10 | 0.10 | 0.6 | 0 | 0.05 | 0.38 |
| Hex | 66 | 5C | 5C | 0 | A | A | 3C | 0 | 5 | 26 |
| Octal | 146 | 134 | 134 | 0 | 12 | 12 | 74 | 0 | 5 | 46 |
| Binary | 1100110 | 1011100 | 1011100 | 0 | 1010 | 1010 | 111100 | 0 | 101 | 100110 |
Color Harmonies of #665C5C
Complementary color
Monochromatic Colors of #665C5C
Black with #665C5C
Text Example
Text Example
White with #665C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C5C; }
p { color: rgb(102,92,92); }
H1.HeaderClassName
{
color: #665C5C;
}
.AnyTagClassName
{
color: #665C5C;
}
</style>
background-color css
<style>
a { background-color: #665C5C; }
a { background-color: rgb(102,92,92); }
div.DivClassName
{
background-color: #665C5C;
}
.BgClassName
{
background-color: #665C5C;
}
</style>
border-color css
<style>
span { border-color: #665C5C; }
span { border-color: rgb(102,92,92); }
td.TdClassName
{
border-color: #665C5C;
}
.TagClassName
{
border-color: #665C5C;
}
</style>