#686737

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

Shades of Verdigris #686737

Tints of Verdigris #686737

Color information

#686737 (or 0x686737) is unknown color: approx Verdigris. HEX triplet: 68, 67 and 37. RGB value is (104,103,55). Sum of RGB (Red+Green+Blue) = 104+103+55=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #686737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686737 is #9798C8. Grayscale: #626262. Windows color (decimal): -9935049 or 3630952. OLE color: 3630952.

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

Color convert

RGB10410355-
CMYK00.010.470.59
HSL58.78º30.82%31.18%-
HSV(B)58.78º47.12%40.78%-
XYZ11.2512.925.52-
YUV97.83103.83132.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 55 (21.88% from 255) = 20.99%
R=39.69%
G=39.31%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041035500.010.470.5958.7830.8231.18
Hex686737012F3B3b1f1f
Octal15014767015773733737
Binary11010001100111110111011011111110111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686737; }

 p { color: rgb(104,103,55); }

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

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

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

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

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

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

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