#686037

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

Shades of Verdigris #686037

Tints of Verdigris #686037

Color information

#686037 (or 0x686037) is unknown color: approx Verdigris. HEX triplet: 68, 60 and 37. RGB value is (104,96,55). Sum of RGB (Red+Green+Blue) = 104+96+55=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #686037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686037 is #979FC8. Grayscale: #5D5D5D. Windows color (decimal): -9936841 or 3629160. OLE color: 3629160.

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

Color convert

RGB1049655-
CMYK00.080.470.59
HSL50.2º30.82%31.18%-
HSV(B)50.2º47.12%40.78%-
XYZ10.5811.585.29-
YUV93.72106.15135.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=40.78%
G=37.65%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104965500.080.470.5950.230.8231.18
Hex686037082F3B321f1f
Octal150140670105773623737
Binary11010001100000110111010001011111110111100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686037; }

 p { color: rgb(104,96,55); }

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

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

 a { background-color: rgb(104,96,55); }

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

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

 span { border-color: rgb(104,96,55); }

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