#686637

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

Shades of Verdigris #686637

Tints of Verdigris #686637

Color information

#686637 (or 0x686637) is unknown color: approx Verdigris. HEX triplet: 68, 66 and 37. RGB value is (104,102,55). Sum of RGB (Red+Green+Blue) = 104+102+55=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #686637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686637 is #9799C8. Grayscale: #616161. Windows color (decimal): -9935305 or 3630696. OLE color: 3630696.

HSL color Cylindrical-coordinate representation of color #686637: hue angle of 57.55º 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 #686637 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB10410255-
CMYK00.020.470.59
HSL57.55º30.82%31.18%-
HSV(B)57.55º47.12%40.78%-
XYZ11.1512.725.48-
YUV97.24104.16132.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=39.85%
G=39.08%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041025500.020.470.5957.5530.8231.18
Hex686637022F3B3a1f1f
Octal15014667025773723737
Binary110100011001101101110101011111110111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686637; }

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

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

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

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

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

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

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

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