Shades of Zambezi #685F5F
Tints of Zambezi #685F5F
RGB
CMYK
RGB Variations
Color information
#685F5F (or 0x685F5F) is known color: Zambezi. HEX triplet: 68, 5F and 5F. RGB value is (104,95,95). Sum of RGB (Red+Green+Blue) = 104+95+95=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F5F is #97A0A0. Grayscale: #616161. Windows color (decimal): -9937057 or 6250344. OLE color: 6250344.
HSL color Cylindrical-coordinate representation of color #685F5F: 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.09%. Process color model (Four color, CMYK) of #685F5F is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 95 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.59 |
| HSL | 0º | 0.05% | 0.39% | - |
| HSV(B) | 0º | 0.09% | 0.41% | - |
| XYZ | 11.87 | 11.95 | 12.51 | - |
| YUV | 97.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 95 | 0 | 0.09 | 0.09 | 0.59 | 0 | 0.05 | 0.39 |
| Hex | 68 | 5F | 5F | 0 | 9 | 9 | 3B | 0 | 5 | 27 |
| Octal | 150 | 137 | 137 | 0 | 11 | 11 | 73 | 0 | 5 | 47 |
| Binary | 1101000 | 1011111 | 1011111 | 0 | 1001 | 1001 | 111011 | 0 | 101 | 100111 |
Color Harmonies of #685F5F
Complementary color
Monochromatic Colors of #685F5F
Black with #685F5F
Text Example
Text Example
White with #685F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F5F; }
p { color: rgb(104,95,95); }
H1.HeaderClassName
{
color: #685F5F;
}
.AnyTagClassName
{
color: #685F5F;
}
</style>
background-color css
<style>
a { background-color: #685F5F; }
a { background-color: rgb(104,95,95); }
div.DivClassName
{
background-color: #685F5F;
}
.BgClassName
{
background-color: #685F5F;
}
</style>
border-color css
<style>
span { border-color: #685F5F; }
span { border-color: rgb(104,95,95); }
td.TdClassName
{
border-color: #685F5F;
}
.TagClassName
{
border-color: #685F5F;
}
</style>