#686141

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

Shades of Verdigris #686141

Tints of Verdigris #686141

Color information

#686141 (or 0x686141) is unknown color: approx Verdigris. HEX triplet: 68, 61 and 41. RGB value is (104,97,65). Sum of RGB (Red+Green+Blue) = 104+97+65=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #686141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686141 is #979EBE. Grayscale: #5F5F5F. Windows color (decimal): -9936575 or 4284776. OLE color: 4284776.

HSL color Cylindrical-coordinate representation of color #686141: hue angle of 49.23º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686141 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1049765-
CMYK00.070.380.59
HSL49.23º23.08%33.14%-
HSV(B)49.23º37.5%40.78%-
XYZ10.9411.876.72-
YUV95.44110.82134.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=39.10%
G=36.47%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104976500.070.380.5949.2323.0833.14
Hex68614107263B311721
Octal150141101074673612741
Binary110100011000011000001011110011011101111000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686141; }

 p { color: rgb(104,97,65); }

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

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

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

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

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

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

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