#686638

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

Shades of Verdigris #686638

Tints of Verdigris #686638

Color information

#686638 (or 0x686638) is unknown color: approx Verdigris. HEX triplet: 68, 66 and 38. RGB value is (104,102,56). Sum of RGB (Red+Green+Blue) = 104+102+56=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #686638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686638 is #9799C7. Grayscale: #616161. Windows color (decimal): -9935304 or 3696232. OLE color: 3696232.

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

Color convert

RGB10410256-
CMYK00.020.460.59
HSL57.5º30%31.37%-
HSV(B)57.5º46.15%40.78%-
XYZ11.1712.735.61-
YUV97.35104.66132.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=39.69%
G=38.93%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041025600.020.460.5957.53031.37
Hex686638022E3B3a1e1f
Octal15014670025673723637
Binary110100011001101110000101011101110111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686638; }

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

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

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

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

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

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

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

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