Shades of Zambezi #685555
Tints of Zambezi #685555
RGB
CMYK
RGB Variations
Color information
#685555 (or 0x685555) is known color: Zambezi. HEX triplet: 68, 55 and 55. RGB value is (104,85,85). Sum of RGB (Red+Green+Blue) = 104+85+85=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685555 is #97AAAA. Grayscale: #5A5A5A. Windows color (decimal): -9939627 or 5592424. OLE color: 5592424.
HSL color Cylindrical-coordinate representation of color #685555: hue angle of 0º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685555 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 85 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.59 |
| HSL | 0º | 0.1% | 0.37% | - |
| HSV(B) | 0º | 0.18% | 0.41% | - |
| XYZ | 10.6 | 10.1 | 9.98 | - |
| YUV | 90.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 85 | 0 | 0.18 | 0.18 | 0.59 | 0 | 0.1 | 0.37 |
| Hex | 68 | 55 | 55 | 0 | 12 | 12 | 3B | 0 | A | 25 |
| Octal | 150 | 125 | 125 | 0 | 22 | 22 | 73 | 0 | 12 | 45 |
| Binary | 1101000 | 1010101 | 1010101 | 0 | 10010 | 10010 | 111011 | 0 | 1010 | 100101 |
Color Harmonies of #685555
Complementary color
Monochromatic Colors of #685555
Black with #685555
Text Example
Text Example
White with #685555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685555; }
p { color: rgb(104,85,85); }
H1.HeaderClassName
{
color: #685555;
}
.AnyTagClassName
{
color: #685555;
}
</style>
background-color css
<style>
a { background-color: #685555; }
a { background-color: rgb(104,85,85); }
div.DivClassName
{
background-color: #685555;
}
.BgClassName
{
background-color: #685555;
}
</style>
border-color css
<style>
span { border-color: #685555; }
span { border-color: rgb(104,85,85); }
td.TdClassName
{
border-color: #685555;
}
.TagClassName
{
border-color: #685555;
}
</style>