#686A39

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

Shades of Verdigris #686A39

Tints of Verdigris #686A39

Color information

#686A39 (or 0x686A39) is unknown color: approx Verdigris. HEX triplet: 68, 6A and 39. RGB value is (104,106,57). Sum of RGB (Red+Green+Blue) = 104+106+57=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #686A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A39 is #9795C6. Grayscale: #646464. Windows color (decimal): -9934279 or 3762792. OLE color: 3762792.

HSL color Cylindrical-coordinate representation of color #686A39: hue angle of 62.45º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686A39 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB10410657-
CMYK0.0200.460.58
HSL62.45º30.06%31.96%-
HSV(B)62.45º46.23%41.57%-
XYZ11.613.555.87-
YUV99.82103.84130.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=38.95%
G=39.70%
B=21.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104106570.0200.460.5862.4530.0631.96
Hex686A39202E3A3e1e20
Octal15015271205672763640
Binary1101000110101011100110010111011101011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686A39; }

 p { color: rgb(104,106,57); }

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

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

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

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

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

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

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