#6E857C

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

Shades of Patina #6E857C

Tints of Patina #6E857C

Color information

#6E857C (or 0x6E857C) is unknown color: approx Patina. HEX triplet: 6E, 85 and 7C. RGB value is (110,133,124). Sum of RGB (Red+Green+Blue) = 110+133+124=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #6E857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E857C is #917A83. Grayscale: #7D7D7D. Windows color (decimal): -9534084 or 8160622. OLE color: 8160622.

HSL color Cylindrical-coordinate representation of color #6E857C: hue angle of 156.52º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E857C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB110133124-
CMYK0.1700.070.48
HSL156.52º9.47%47.65%-
HSV(B)156.52º17.29%52.16%-
XYZ18.4621.5522.25-
YUV125.1127.38117.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=29.97%
G=36.24%
B=33.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101331240.1700.070.48156.529.4747.65
Hex6E857C1107309d930
Octal1562051742107602351160
Binary1101110100001011111100100010111110000100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,124); }

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

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

 a { background-color: rgb(110,133,124); }

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

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

 span { border-color: rgb(110,133,124); }

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