#686138

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

Shades of Verdigris #686138

Tints of Verdigris #686138

Color information

#686138 (or 0x686138) is unknown color: approx Verdigris. HEX triplet: 68, 61 and 38. RGB value is (104,97,56). Sum of RGB (Red+Green+Blue) = 104+97+56=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #686138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686138 is #979EC7. Grayscale: #5E5E5E. Windows color (decimal): -9936584 or 3694952. OLE color: 3694952.

HSL color Cylindrical-coordinate representation of color #686138: hue angle of 51.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 #686138 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1049756-
CMYK00.070.460.59
HSL51.25º30%31.37%-
HSV(B)51.25º46.15%40.78%-
XYZ10.711.785.45-
YUV94.42106.32134.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=40.47%
G=37.74%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104975600.070.460.5951.253031.37
Hex686138072E3B331e1f
Octal15014170075673633637
Binary1101000110000111100001111011101110111100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686138; }

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

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

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

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

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

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

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

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