#686238

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

Shades of Verdigris #686238

Tints of Verdigris #686238

Color information

#686238 (or 0x686238) is unknown color: approx Verdigris. HEX triplet: 68, 62 and 38. RGB value is (104,98,56). Sum of RGB (Red+Green+Blue) = 104+98+56=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #686238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686238 is #979DC7. Grayscale: #5F5F5F. Windows color (decimal): -9936328 or 3695208. OLE color: 3695208.

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

Color convert

RGB1049856-
CMYK00.060.460.59
HSL52.5º30%31.37%-
HSV(B)52.5º46.15%40.78%-
XYZ10.7911.965.48-
YUV95.01105.99134.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=40.31%
G=37.98%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104985600.060.460.5952.53031.37
Hex686238062E3B341e1f
Octal15014270065673643637
Binary1101000110001011100001101011101110111101001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686238; }

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

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

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

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

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

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

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

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