#6B9085

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

Shades of Patina #6B9085

Tints of Patina #6B9085

Color information

#6B9085 (or 0x6B9085) is unknown color: approx Patina. HEX triplet: 6B, 90 and 85. RGB value is (107,144,133). Sum of RGB (Red+Green+Blue) = 107+144+133=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9085 is #946F7A. Grayscale: #838383. Windows color (decimal): -9727867 or 8753259. OLE color: 8753259.

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

Color convert

RGB107144133-
CMYK0.2600.080.44
HSL162.16º14.74%49.22%-
HSV(B)162.16º25.69%56.47%-
XYZ20.2724.7725.9-
YUV131.68128.74110.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.86%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=27.86%
G=37.5%
B=34.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071441330.2600.080.44162.1614.7449.22
Hex6B90851A082Ca2f31
Octal15322020532010542421761
Binary110101110010000100001011101001000101100101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,144,133); }

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

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

 a { background-color: rgb(107,144,133); }

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

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

 span { border-color: rgb(107,144,133); }

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