#686738

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

Shades of Verdigris #686738

Tints of Verdigris #686738

Color information

#686738 (or 0x686738) is unknown color: approx Verdigris. HEX triplet: 68, 67 and 38. RGB value is (104,103,56). Sum of RGB (Red+Green+Blue) = 104+103+56=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #686738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686738 is #9798C7. Grayscale: #626262. Windows color (decimal): -9935048 or 3696488. OLE color: 3696488.

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

Color convert

RGB10410356-
CMYK00.010.460.59
HSL58.75º30%31.37%-
HSV(B)58.75º46.15%40.78%-
XYZ11.2712.935.64-
YUV97.94104.33132.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=39.54%
G=39.16%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041035600.010.460.5958.753031.37
Hex686738012E3B3b1e1f
Octal15014770015673733637
Binary11010001100111111000011011101110111110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686738; }

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

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

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

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

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

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

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

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