#686234

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

Shades of Verdigris #686234

Tints of Verdigris #686234

Color information

#686234 (or 0x686234) is unknown color: approx Verdigris. HEX triplet: 68, 62 and 34. RGB value is (104,98,52). Sum of RGB (Red+Green+Blue) = 104+98+52=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #686234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686234 is #979DCB. Grayscale: #5E5E5E. Windows color (decimal): -9936332 or 3433064. OLE color: 3433064.

HSL color Cylindrical-coordinate representation of color #686234: hue angle of 53.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686234 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1049852-
CMYK00.060.500.59
HSL53.08º33.33%30.59%-
HSV(B)53.08º50%40.78%-
XYZ10.711.934.99-
YUV94.55103.99134.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=40.94%
G=38.58%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104985200.060.500.5953.0833.3330.59
Hex68623406323B35211f
Octal15014264066273654137
Binary11010001100010110100011011001011101111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686234; }

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

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

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

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

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

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

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

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