Shades of Zambezi #685B59
Tints of Zambezi #685B59
RGB
CMYK
RGB Variations
Color information
#685B59 (or 0x685B59) is known color: Zambezi. HEX triplet: 68, 5B and 59. RGB value is (104,91,89). Sum of RGB (Red+Green+Blue) = 104+91+89=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B59 is #97A4A6. Grayscale: #5E5E5E. Windows color (decimal): -9938087 or 5856104. OLE color: 5856104.
HSL color Cylindrical-coordinate representation of color #685B59: hue angle of 8º 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 #685B59 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 89 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.59 |
| HSL | 8º | 0.08% | 0.38% | - |
| HSV(B) | 8º | 0.14% | 0.41% | - |
| XYZ | 11.25 | 11.15 | 11.01 | - |
| YUV | 94.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 89 | 0 | 0.12 | 0.14 | 0.59 | 8 | 0.08 | 0.38 |
| Hex | 68 | 5B | 59 | 0 | C | E | 3B | 8 | 8 | 26 |
| Octal | 150 | 133 | 131 | 0 | 14 | 16 | 73 | 10 | 10 | 46 |
| Binary | 1101000 | 1011011 | 1011001 | 0 | 1100 | 1110 | 111011 | 1000 | 1000 | 100110 |
Color Harmonies of #685B59
Complementary color
Monochromatic Colors of #685B59
Black with #685B59
Text Example
Text Example
White with #685B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B59; }
p { color: rgb(104,91,89); }
H1.HeaderClassName
{
color: #685B59;
}
.AnyTagClassName
{
color: #685B59;
}
</style>
background-color css
<style>
a { background-color: #685B59; }
a { background-color: rgb(104,91,89); }
div.DivClassName
{
background-color: #685B59;
}
.BgClassName
{
background-color: #685B59;
}
</style>
border-color css
<style>
span { border-color: #685B59; }
span { border-color: rgb(104,91,89); }
td.TdClassName
{
border-color: #685B59;
}
.TagClassName
{
border-color: #685B59;
}
</style>