#686838

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

Shades of Verdigris #686838

Tints of Verdigris #686838

Color information

#686838 (or 0x686838) is unknown color: approx Verdigris. HEX triplet: 68, 68 and 38. RGB value is (104,104,56). Sum of RGB (Red+Green+Blue) = 104+104+56=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686838 is #9797C7. Grayscale: #626262. Windows color (decimal): -9934792 or 3696744. OLE color: 3696744.

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

Color convert

RGB10410456-
CMYK000.460.59
HSL60º30%31.37%-
HSV(B)60º46.15%40.78%-
XYZ11.3713.135.68-
YUV98.53104131.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=39.39%
G=39.39%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410456000.460.59603031.37
Hex686838002E3B3c1e1f
Octal15015070005673743637
Binary11010001101000111000001011101110111111001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686838; }

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

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

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

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

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

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

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

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