#686836

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

Shades of Verdigris #686836

Tints of Verdigris #686836

Color information

#686836 (or 0x686836) is unknown color: approx Verdigris. HEX triplet: 68, 68 and 36. RGB value is (104,104,54). Sum of RGB (Red+Green+Blue) = 104+104+54=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686836 is #9797C9. Grayscale: #626262. Windows color (decimal): -9934794 or 3565672. OLE color: 3565672.

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

Color convert

RGB10410454-
CMYK000.480.59
HSL60º31.65%30.98%-
HSV(B)60º48.08%40.78%-
XYZ11.3313.115.42-
YUV98.3103132.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 54 (21.48% from 255) = 20.61%
R=39.69%
G=39.69%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410454000.480.596031.6530.98
Hex68683600303B3c201f
Octal15015066006073744037
Binary110100011010001101100011000011101111110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686836; }

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

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

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

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

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

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

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

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