#6A867C

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

Shades of Patina #6A867C

Tints of Patina #6A867C

Color information

#6A867C (or 0x6A867C) is unknown color: approx Patina. HEX triplet: 6A, 86 and 7C. RGB value is (106,134,124). Sum of RGB (Red+Green+Blue) = 106+134+124=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 134 - color contains mainly: green. Hex color #6A867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A867C is #957983. Grayscale: #7C7C7C. Windows color (decimal): -9795972 or 8160874. OLE color: 8160874.

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

Color convert

RGB106134124-
CMYK0.2100.070.47
HSL158.57º11.67%47.06%-
HSV(B)158.57º20.9%52.55%-
XYZ18.1121.5722.28-
YUV124.49127.72114.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=29.12%
G=36.81%
B=34.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061341240.2100.070.47158.5711.6747.06
Hex6A867C15072F9fc2f
Octal1522061742507572371457
Binary1101010100001101111100101010111101111100111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,124); }

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

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

 a { background-color: rgb(106,134,124); }

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

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

 span { border-color: rgb(106,134,124); }

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