#685858

Color #685858 Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #685858

Tints of Zambezi #685858

Color information

#685858 (or 0x685858) is unknown color: approx Zambezi. HEX triplet: 68, 58 and 58. RGB value is (104,88,88). Sum of RGB (Red+Green+Blue) = 104+88+88=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685858 is #97A7A7. Grayscale: #5C5C5C. Windows color (decimal): -9938856 or 5789800. OLE color: 5789800.

HSL color Cylindrical-coordinate representation of color #685858: hue angle of 0º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #685858 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1048888-
CMYK00.150.150.59
HSL8.33%37.65%-
HSV(B)15.38%40.78%-
XYZ10.9610.6310.71-
YUV92.78125.3136-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=37.14%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888800.150.150.5908.3337.65
Hex6858580FF3B0826
Octal150130130017177301046
Binary11010001011000101100001111111111101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685858; }

 p { color: rgb(104,88,88); }

 H1.HeaderClassName
 {
   color: #685858;
 }
 .AnyTagClassName
 {
   color: #685858;
 }
</style>
background-color css

<style>
 a { background-color: #685858; }

 a { background-color: rgb(104,88,88); }

 div.DivClassName
 {
   background-color: #685858;
 }
 .BgClassName
 {
   background-color: #685858;
 }
</style>
border-color css

<style>
 span { border-color: #685858; }

 span { border-color: rgb(104,88,88); }

 td.TdClassName
 {
   border-color: #685858;
 }
 .TagClassName
 {
   border-color: #685858;
 }
</style>