#686160

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

Shades of Zambezi #686160

Tints of Zambezi #686160

Color information

#686160 (or 0x686160) is unknown color: approx Zambezi. HEX triplet: 68, 61 and 60. RGB value is (104,97,96). Sum of RGB (Red+Green+Blue) = 104+97+96=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #686160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686160 is #979E9F. Grayscale: #626262. Windows color (decimal): -9936544 or 6316392. OLE color: 6316392.

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

Color convert

RGB1049796-
CMYK00.070.080.59
HSL7.5º4%39.22%-
HSV(B)7.5º7.69%40.78%-
XYZ12.0912.3412.81-
YUV98.98126.32131.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=35.02%
G=32.66%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104979600.070.080.597.5439.22
Hex6861600783B8427
Octal15014114007107310447
Binary110100011000011100000011110001110111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686160; }

 p { color: rgb(104,97,96); }

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

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

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

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

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

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

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