#686939

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

Shades of Verdigris #686939

Tints of Verdigris #686939

Color information

#686939 (or 0x686939) is unknown color: approx Verdigris. HEX triplet: 68, 69 and 39. RGB value is (104,105,57). Sum of RGB (Red+Green+Blue) = 104+105+57=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #686939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686939 is #9796C6. Grayscale: #636363. Windows color (decimal): -9934535 or 3762536. OLE color: 3762536.

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

Color convert

RGB10410557-
CMYK0.0100.460.59
HSL61.25º29.63%31.76%-
HSV(B)61.25º45.71%41.18%-
XYZ11.513.345.84-
YUV99.23104.17131.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 57 (22.66% from 255) = 21.43%
R=39.10%
G=39.47%
B=21.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105570.0100.460.5961.2529.6331.76
Hex686939102E3B3d1e20
Octal15015171105673753640
Binary110100011010011110011010111011101111110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686939; }

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

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

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

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

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

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

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

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