#6D877E

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

Shades of Patina #6D877E

Tints of Patina #6D877E

Color information

#6D877E (or 0x6D877E) is unknown color: approx Patina. HEX triplet: 6D, 87 and 7E. RGB value is (109,135,126). Sum of RGB (Red+Green+Blue) = 109+135+126=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #6D877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D877E is #927881. Grayscale: #7E7E7E. Windows color (decimal): -9599106 or 8292205. OLE color: 8292205.

HSL color Cylindrical-coordinate representation of color #6D877E: hue angle of 159.23º degrees, saturation: 0.11, 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 #6D877E is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB109135126-
CMYK0.1900.070.47
HSL159.23º10.66%47.84%-
HSV(B)159.23º19.26%52.94%-
XYZ18.7422.0923.01-
YUV126.2127.89115.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.46%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=29.46%
G=36.49%
B=34.05%

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
Decimal1091351260.1900.070.47159.2310.6647.84
Hex6D877E13072F9fb30
Octal1552071762307572371360
Binary1101101100001111111110100110111101111100111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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