#686038

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

Shades of Verdigris #686038

Tints of Verdigris #686038

Color information

#686038 (or 0x686038) is unknown color: approx Verdigris. HEX triplet: 68, 60 and 38. RGB value is (104,96,56). Sum of RGB (Red+Green+Blue) = 104+96+56=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686038 is #979FC7. Grayscale: #5E5E5E. Windows color (decimal): -9936840 or 3694696. OLE color: 3694696.

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

Color convert

RGB1049656-
CMYK00.080.460.59
HSL50º30%31.37%-
HSV(B)50º46.15%40.78%-
XYZ10.6111.595.42-
YUV93.83106.65135.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=40.62%
G=37.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104965600.080.460.59503031.37
Hex686038082E3B321e1f
Octal150140700105673623637
Binary11010001100000111000010001011101110111100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686038; }

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

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

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

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

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

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

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

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