Shades of Zambezi #685E5E
Tints of Zambezi #685E5E
RGB
CMYK
RGB Variations
Color information
#685E5E (or 0x685E5E) is known color: Zambezi. HEX triplet: 68, 5E and 5E. RGB value is (104,94,94). Sum of RGB (Red+Green+Blue) = 104+94+94=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E5E is #97A1A1. Grayscale: #616161. Windows color (decimal): -9937314 or 6184552. OLE color: 6184552.
HSL color Cylindrical-coordinate representation of color #685E5E: hue angle of 0º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #685E5E is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 94 | 94 | - |
CMYK | 0 | 0.10 | 0.10 | 0.59 |
HSL | 0º | 0.05% | 0.39% | - |
HSV(B) | 0º | 0.1% | 0.41% | - |
XYZ | 11.73 | 11.76 | 12.24 | - |
YUV | 96.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 94 | 94 | 0 | 0.10 | 0.10 | 0.59 | 0 | 0.05 | 0.39 |
Hex | 68 | 5E | 5E | 0 | A | A | 3B | 0 | 5 | 27 |
Octal | 150 | 136 | 136 | 0 | 12 | 12 | 73 | 0 | 5 | 47 |
Binary | 1101000 | 1011110 | 1011110 | 0 | 1010 | 1010 | 111011 | 0 | 101 | 100111 |
Color Harmonies of #685E5E
Complementary color
Monochromatic Colors of #685E5E
Black with #685E5E
Text Example
Text Example
White with #685E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E5E; }
p { color: rgb(104,94,94); }
H1.HeaderClassName
{
color: #685E5E;
}
.AnyTagClassName
{
color: #685E5E;
}
</style>
background-color css
<style>
a { background-color: #685E5E; }
a { background-color: rgb(104,94,94); }
div.DivClassName
{
background-color: #685E5E;
}
.BgClassName
{
background-color: #685E5E;
}
</style>
border-color css
<style>
span { border-color: #685E5E; }
span { border-color: rgb(104,94,94); }
td.TdClassName
{
border-color: #685E5E;
}
.TagClassName
{
border-color: #685E5E;
}
</style>