#686161

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

Shades of Zambezi #686161

Tints of Zambezi #686161

Color information

#686161 (or 0x686161) is unknown color: approx Zambezi. HEX triplet: 68, 61 and 61. RGB value is (104,97,97). Sum of RGB (Red+Green+Blue) = 104+97+97=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #686161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686161 is #979E9E. Grayscale: #636363. Windows color (decimal): -9936543 or 6381928. OLE color: 6381928.

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

Color convert

RGB1049797-
CMYK00.070.070.59
HSL3.48%39.41%-
HSV(B)6.73%40.78%-
XYZ12.1412.3613.05-
YUV99.09126.82131.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=34.90%
G=32.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104979700.070.070.5903.4839.41
Hex6861610773B0327
Octal150141141077730347
Binary1101000110000111000010111111111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686161; }

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

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

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

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

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

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

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

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