#686337

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

Shades of Verdigris #686337

Tints of Verdigris #686337

Color information

#686337 (or 0x686337) is unknown color: approx Verdigris. HEX triplet: 68, 63 and 37. RGB value is (104,99,55). Sum of RGB (Red+Green+Blue) = 104+99+55=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #686337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686337 is #979CC8. Grayscale: #5F5F5F. Windows color (decimal): -9936073 or 3629928. OLE color: 3629928.

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

Color convert

RGB1049955-
CMYK00.050.470.59
HSL53.88º30.82%31.18%-
HSV(B)53.88º47.12%40.78%-
XYZ10.8612.145.39-
YUV95.48105.16134.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 55 (21.88% from 255) = 21.32%
R=40.31%
G=38.37%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104995500.050.470.5953.8830.8231.18
Hex686337052F3B361f1f
Octal15014367055773663737
Binary1101000110001111011101011011111110111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686337; }

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

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

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

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

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

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

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

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