#6D887E

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

Shades of Patina #6D887E

Tints of Patina #6D887E

Color information

#6D887E (or 0x6D887E) is unknown color: approx Patina. HEX triplet: 6D, 88 and 7E. RGB value is (109,136,126). Sum of RGB (Red+Green+Blue) = 109+136+126=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #6D887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D887E is #927781. Grayscale: #7E7E7E. Windows color (decimal): -9598850 or 8292461. OLE color: 8292461.

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

Color convert

RGB109136126-
CMYK0.2000.070.47
HSL157.78º11.02%48.04%-
HSV(B)157.78º19.85%53.33%-
XYZ18.8822.3723.06-
YUV126.79127.55115.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=29.38%
G=36.66%
B=33.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091361260.2000.070.47157.7811.0248.04
Hex6D887E14072F9eb30
Octal1552101762407572361360
Binary1101101100010001111110101000111101111100111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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