#686342

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

Shades of Verdigris #686342

Tints of Verdigris #686342

Color information

#686342 (or 0x686342) is unknown color: approx Verdigris. HEX triplet: 68, 63 and 42. RGB value is (104,99,66). Sum of RGB (Red+Green+Blue) = 104+99+66=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #686342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686342 is #979CBD. Grayscale: #606060. Windows color (decimal): -9936062 or 4350824. OLE color: 4350824.

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

Color convert

RGB1049966-
CMYK00.050.370.59
HSL52.11º22.35%33.33%-
HSV(B)52.11º36.54%40.78%-
XYZ11.1512.266.93-
YUV96.73110.66133.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=38.66%
G=36.80%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104996600.050.370.5952.1122.3533.33
Hex68634205253B341621
Octal150143102054573642641
Binary110100011000111000010010110010111101111010010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686342; }

 p { color: rgb(104,99,66); }

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

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

 a { background-color: rgb(104,99,66); }

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

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

 span { border-color: rgb(104,99,66); }

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