#6A9081

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

Shades of Patina #6A9081

Tints of Patina #6A9081

Color information

#6A9081 (or 0x6A9081) is unknown color: approx Patina. HEX triplet: 6A, 90 and 81. RGB value is (106,144,129). Sum of RGB (Red+Green+Blue) = 106+144+129=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9081 is #956F7E. Grayscale: #828282. Windows color (decimal): -9793407 or 8491114. OLE color: 8491114.

HSL color Cylindrical-coordinate representation of color #6A9081: hue angle of 156.32º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A9081 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB106144129-
CMYK0.2600.100.44
HSL156.32º15.2%49.02%-
HSV(B)156.32º26.39%56.47%-
XYZ19.8824.624.47-
YUV130.93126.91110.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=27.97%
G=37.99%
B=34.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061441290.2600.100.44156.3215.249.02
Hex6A90811A0A2C9cf31
Octal15222020132012542341761
Binary110101010010000100000011101001010101100100111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,129); }

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

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

 a { background-color: rgb(106,144,129); }

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

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

 span { border-color: rgb(106,144,129); }

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