#6C9486

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

Shades of Patina #6C9486

Tints of Patina #6C9486

Color information

#6C9486 (or 0x6C9486) is unknown color: approx Patina. HEX triplet: 6C, 94 and 86. RGB value is (108,148,134). Sum of RGB (Red+Green+Blue) = 108+148+134=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9486 is #936B79. Grayscale: #868686. Windows color (decimal): -9661306 or 8819820. OLE color: 8819820.

HSL color Cylindrical-coordinate representation of color #6C9486: hue angle of 159º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C9486 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB108148134-
CMYK0.2700.090.42
HSL159º15.75%50.2%-
HSV(B)159º27.03%58.04%-
XYZ21.0826.0926.48-
YUV134.44127.75109.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.69%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=27.69%
G=37.95%
B=34.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081481340.2700.090.4215915.7550.2
Hex6C94861B092A9f1032
Octal15422420633011522372062
Binary1101100100101001000011011011010011010101001111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,148,134); }

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

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

 a { background-color: rgb(108,148,134); }

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

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

 span { border-color: rgb(108,148,134); }

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