Shades of Zambezi #685D5B
Tints of Zambezi #685D5B
RGB
CMYK
RGB Variations
Color information
#685D5B (or 0x685D5B) is known color: Zambezi. HEX triplet: 68, 5D and 5B. RGB value is (104,93,91). Sum of RGB (Red+Green+Blue) = 104+93+91=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D5B is #97A2A4. Grayscale: #606060. Windows color (decimal): -9937573 or 5987688. OLE color: 5987688.
HSL color Cylindrical-coordinate representation of color #685D5B: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685D5B is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 91 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.59 |
| HSL | 9.23º | 0.07% | 0.38% | - |
| HSV(B) | 9.23º | 0.13% | 0.41% | - |
| XYZ | 11.51 | 11.53 | 11.52 | - |
| YUV | 96.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 91 | 0 | 0.11 | 0.12 | 0.59 | 9.23 | 0.07 | 0.38 |
| Hex | 68 | 5D | 5B | 0 | B | C | 3B | 9 | 7 | 26 |
| Octal | 150 | 135 | 133 | 0 | 13 | 14 | 73 | 11 | 7 | 46 |
| Binary | 1101000 | 1011101 | 1011011 | 0 | 1011 | 1100 | 111011 | 1001 | 111 | 100110 |
Color Harmonies of #685D5B
Complementary color
Monochromatic Colors of #685D5B
Black with #685D5B
Text Example
Text Example
White with #685D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D5B; }
p { color: rgb(104,93,91); }
H1.HeaderClassName
{
color: #685D5B;
}
.AnyTagClassName
{
color: #685D5B;
}
</style>
background-color css
<style>
a { background-color: #685D5B; }
a { background-color: rgb(104,93,91); }
div.DivClassName
{
background-color: #685D5B;
}
.BgClassName
{
background-color: #685D5B;
}
</style>
border-color css
<style>
span { border-color: #685D5B; }
span { border-color: rgb(104,93,91); }
td.TdClassName
{
border-color: #685D5B;
}
.TagClassName
{
border-color: #685D5B;
}
</style>