#686736

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

Shades of Verdigris #686736

Tints of Verdigris #686736

Color information

#686736 (or 0x686736) is unknown color: approx Verdigris. HEX triplet: 68, 67 and 36. RGB value is (104,103,54). Sum of RGB (Red+Green+Blue) = 104+103+54=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #686736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686736 is #9798C9. Grayscale: #616161. Windows color (decimal): -9935050 or 3565416. OLE color: 3565416.

HSL color Cylindrical-coordinate representation of color #686736: hue angle of 58.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686736 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB10410354-
CMYK00.010.480.59
HSL58.8º31.65%30.98%-
HSV(B)58.8º48.08%40.78%-
XYZ11.2312.915.39-
YUV97.71103.33132.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=39.85%
G=39.46%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041035400.010.480.5958.831.6530.98
Hex68673601303B3b201f
Octal15014766016073734037
Binary110100011001111101100111000011101111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686736; }

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

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

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

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

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

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

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

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