Shades of Zambezi #685A59
Tints of Zambezi #685A59
RGB
CMYK
RGB Variations
Color information
#685A59 (or 0x685A59) is known color: Zambezi. HEX triplet: 68, 5A and 59. RGB value is (104,90,89). Sum of RGB (Red+Green+Blue) = 104+90+89=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A59 is #97A5A6. Grayscale: #5E5E5E. Windows color (decimal): -9938343 or 5855848. OLE color: 5855848.
HSL color Cylindrical-coordinate representation of color #685A59: hue angle of 4º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685A59 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 89 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.59 |
| HSL | 4º | 0.08% | 0.38% | - |
| HSV(B) | 4º | 0.14% | 0.41% | - |
| XYZ | 11.17 | 10.98 | 10.98 | - |
| YUV | 94.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 89 | 0 | 0.13 | 0.14 | 0.59 | 4 | 0.08 | 0.38 |
| Hex | 68 | 5A | 59 | 0 | D | E | 3B | 4 | 8 | 26 |
| Octal | 150 | 132 | 131 | 0 | 15 | 16 | 73 | 4 | 10 | 46 |
| Binary | 1101000 | 1011010 | 1011001 | 0 | 1101 | 1110 | 111011 | 100 | 1000 | 100110 |
Color Harmonies of #685A59
Complementary color
Monochromatic Colors of #685A59
Black with #685A59
Text Example
Text Example
White with #685A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A59; }
p { color: rgb(104,90,89); }
H1.HeaderClassName
{
color: #685A59;
}
.AnyTagClassName
{
color: #685A59;
}
</style>
background-color css
<style>
a { background-color: #685A59; }
a { background-color: rgb(104,90,89); }
div.DivClassName
{
background-color: #685A59;
}
.BgClassName
{
background-color: #685A59;
}
</style>
border-color css
<style>
span { border-color: #685A59; }
span { border-color: rgb(104,90,89); }
td.TdClassName
{
border-color: #685A59;
}
.TagClassName
{
border-color: #685A59;
}
</style>