#6D8E83

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

Shades of Patina #6D8E83

Tints of Patina #6D8E83

Color information

#6D8E83 (or 0x6D8E83) is unknown color: approx Patina. HEX triplet: 6D, 8E and 83. RGB value is (109,142,131). Sum of RGB (Red+Green+Blue) = 109+142+131=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8E83 is #92717C. Grayscale: #828282. Windows color (decimal): -9597309 or 8621677. OLE color: 8621677.

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

Color convert

RGB109142131-
CMYK0.2300.080.44
HSL160º13.15%49.22%-
HSV(B)160º23.24%55.69%-
XYZ20.0824.2425.09-
YUV130.88128.07112.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.53%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=28.53%
G=37.17%
B=34.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091421310.2300.080.4416013.1549.22
Hex6D8E8317082Ca0d31
Octal15521620327010542401561
Binary110110110001110100000111011101000101100101000001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,142,131); }

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

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

 a { background-color: rgb(109,142,131); }

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

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

 span { border-color: rgb(109,142,131); }

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