#6A887E

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

Shades of Patina #6A887E

Tints of Patina #6A887E

Color information

#6A887E (or 0x6A887E) is unknown color: approx Patina. HEX triplet: 6A, 88 and 7E. RGB value is (106,136,126). Sum of RGB (Red+Green+Blue) = 106+136+126=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #6A887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A887E is #957781. Grayscale: #7D7D7D. Windows color (decimal): -9795458 or 8292458. OLE color: 8292458.

HSL color Cylindrical-coordinate representation of color #6A887E: hue angle of 160º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A887E is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB106136126-
CMYK0.2200.070.47
HSL160º12.4%47.45%-
HSV(B)160º22.06%53.33%-
XYZ18.5122.1823.04-
YUV125.89128.06113.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.80%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=28.80%
G=36.96%
B=34.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061361260.2200.070.4716012.447.45
Hex6A887E16072Fa0c2f
Octal1522101762607572401457
Binary1101010100010001111110101100111101111101000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,126); }

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

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

 a { background-color: rgb(106,136,126); }

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

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

 span { border-color: rgb(106,136,126); }

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