#686244

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

Shades of Verdigris #686244

Tints of Verdigris #686244

Color information

#686244 (or 0x686244) is unknown color: approx Verdigris. HEX triplet: 68, 62 and 44. RGB value is (104,98,68). Sum of RGB (Red+Green+Blue) = 104+98+68=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #686244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686244 is #979DBB. Grayscale: #606060. Windows color (decimal): -9936316 or 4481640. OLE color: 4481640.

HSL color Cylindrical-coordinate representation of color #686244: hue angle of 50º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686244 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1049868-
CMYK00.060.350.59
HSL50º20.93%33.73%-
HSV(B)50º34.62%40.78%-
XYZ11.1212.17.22-
YUV96.37111.99133.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=38.52%
G=36.30%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104986800.060.350.595020.9333.73
Hex68624406233B321522
Octal150142104064373622542
Binary110100011000101000100011010001111101111001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686244; }

 p { color: rgb(104,98,68); }

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

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

 a { background-color: rgb(104,98,68); }

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

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

 span { border-color: rgb(104,98,68); }

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