#6D857C

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

Shades of Patina #6D857C

Tints of Patina #6D857C

Color information

#6D857C (or 0x6D857C) is unknown color: approx Patina. HEX triplet: 6D, 85 and 7C. RGB value is (109,133,124). Sum of RGB (Red+Green+Blue) = 109+133+124=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #6D857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D857C is #927A83. Grayscale: #7C7C7C. Windows color (decimal): -9599620 or 8160621. OLE color: 8160621.

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

Color convert

RGB109133124-
CMYK0.1800.070.48
HSL157.5º9.92%47.45%-
HSV(B)157.5º18.05%52.16%-
XYZ18.3321.4822.25-
YUV124.8127.55116.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=29.78%
G=36.34%
B=33.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091331240.1800.070.48157.59.9247.45
Hex6D857C1207309da2f
Octal1552051742207602351257
Binary1101101100001011111100100100111110000100111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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