#686236

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

Shades of Verdigris #686236

Tints of Verdigris #686236

Color information

#686236 (or 0x686236) is unknown color: approx Verdigris. HEX triplet: 68, 62 and 36. RGB value is (104,98,54). Sum of RGB (Red+Green+Blue) = 104+98+54=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686236 is #979DC9. Grayscale: #5E5E5E. Windows color (decimal): -9936330 or 3564136. OLE color: 3564136.

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

Color convert

RGB1049854-
CMYK00.060.480.59
HSL52.8º31.65%30.98%-
HSV(B)52.8º48.08%40.78%-
XYZ10.7411.945.23-
YUV94.78104.99134.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=40.62%
G=38.28%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104985400.060.480.5952.831.6530.98
Hex68623606303B35201f
Octal15014266066073654037
Binary11010001100010110110011011000011101111010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686236; }

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

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

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

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

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

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

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

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