#6E9181

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

Shades of Patina #6E9181

Tints of Patina #6E9181

Color information

#6E9181 (or 0x6E9181) is unknown color: approx Patina. HEX triplet: 6E, 91 and 81. RGB value is (110,145,129). Sum of RGB (Red+Green+Blue) = 110+145+129=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9181 is #916E7E. Grayscale: #848484. Windows color (decimal): -9531007 or 8491374. OLE color: 8491374.

HSL color Cylindrical-coordinate representation of color #6E9181: hue angle of 152.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E9181 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB110145129-
CMYK0.2400.110.43
HSL152.57º13.73%50%-
HSV(B)152.57º24.14%56.86%-
XYZ20.5225.1524.54-
YUV132.71125.9111.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=28.65%
G=37.76%
B=33.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451290.2400.110.43152.5713.7350
Hex6E9181180B2B99e32
Octal15622120130013532311662
Binary110111010010001100000011100001011101011100110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E9181; }

 p { color: rgb(110,145,129); }

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

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

 a { background-color: rgb(110,145,129); }

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

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

 span { border-color: rgb(110,145,129); }

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