#686336

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

Shades of Verdigris #686336

Tints of Verdigris #686336

Color information

#686336 (or 0x686336) is unknown color: approx Verdigris. HEX triplet: 68, 63 and 36. RGB value is (104,99,54). Sum of RGB (Red+Green+Blue) = 104+99+54=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #686336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686336 is #979CC9. Grayscale: #5F5F5F. Windows color (decimal): -9936074 or 3564392. OLE color: 3564392.

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

Color convert

RGB1049954-
CMYK00.050.480.59
HSL54º31.65%30.98%-
HSV(B)54º48.08%40.78%-
XYZ10.8412.135.26-
YUV95.36104.66134.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=40.47%
G=38.52%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104995400.050.480.595431.6530.98
Hex68633605303B36201f
Octal15014366056073664037
Binary11010001100011110110010111000011101111011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686336; }

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

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

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

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

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

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

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

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