#686538

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

Shades of Verdigris #686538

Tints of Verdigris #686538

Color information

#686538 (or 0x686538) is unknown color: approx Verdigris. HEX triplet: 68, 65 and 38. RGB value is (104,101,56). Sum of RGB (Red+Green+Blue) = 104+101+56=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #686538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686538 is #979AC7. Grayscale: #606060. Windows color (decimal): -9935560 or 3695976. OLE color: 3695976.

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

Color convert

RGB10410156-
CMYK00.030.460.59
HSL56.25º30%31.37%-
HSV(B)56.25º46.15%40.78%-
XYZ11.0812.545.58-
YUV96.77104.99133.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 56 (22.27% from 255) = 21.46%
R=39.85%
G=38.70%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041015600.030.460.5956.253031.37
Hex686538032E3B381e1f
Octal15014570035673703637
Binary110100011001011110000111011101110111110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686538; }

 p { color: rgb(104,101,56); }

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

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

 a { background-color: rgb(104,101,56); }

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

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

 span { border-color: rgb(104,101,56); }

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