#6D867D

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

Shades of Patina #6D867D

Tints of Patina #6D867D

Color information

#6D867D (or 0x6D867D) is unknown color: approx Patina. HEX triplet: 6D, 86 and 7D. RGB value is (109,134,125). Sum of RGB (Red+Green+Blue) = 109+134+125=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #6D867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D867D is #927982. Grayscale: #7D7D7D. Windows color (decimal): -9599363 or 8226413. OLE color: 8226413.

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

Color convert

RGB109134125-
CMYK0.1900.070.47
HSL158.4º10.29%47.65%-
HSV(B)158.4º18.66%52.55%-
XYZ18.5321.7822.63-
YUV125.5127.72116.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=29.62%
G=36.41%
B=33.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091341250.1900.070.47158.410.2947.65
Hex6D867D13072F9ea30
Octal1552061752307572361260
Binary1101101100001101111101100110111101111100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,134,125); }

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

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

 a { background-color: rgb(109,134,125); }

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

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

 span { border-color: rgb(109,134,125); }

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