#686741

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

Shades of Verdigris #686741

Tints of Verdigris #686741

Color information

#686741 (or 0x686741) is unknown color: approx Verdigris. HEX triplet: 68, 67 and 41. RGB value is (104,103,65). Sum of RGB (Red+Green+Blue) = 104+103+65=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #686741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686741 is #9798BE. Grayscale: #636363. Windows color (decimal): -9935039 or 4286312. OLE color: 4286312.

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

Color convert

RGB10410365-
CMYK00.010.380.59
HSL58.46º23.08%33.14%-
HSV(B)58.46º37.5%40.78%-
XYZ11.5113.036.91-
YUV98.97108.83131.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=38.24%
G=37.87%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041036500.010.380.5958.4623.0833.14
Hex68674101263B3a1721
Octal150147101014673722741
Binary1101000110011110000010110011011101111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686741; }

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

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

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

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

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

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

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

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