#6B9082

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

Shades of Patina #6B9082

Tints of Patina #6B9082

Color information

#6B9082 (or 0x6B9082) is unknown color: approx Patina. HEX triplet: 6B, 90 and 82. RGB value is (107,144,130). Sum of RGB (Red+Green+Blue) = 107+144+130=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9082 is #946F7D. Grayscale: #838383. Windows color (decimal): -9727870 or 8556651. OLE color: 8556651.

HSL color Cylindrical-coordinate representation of color #6B9082: hue angle of 157.3º 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 #6B9082 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB107144130-
CMYK0.2600.100.44
HSL157.3º14.74%49.22%-
HSV(B)157.3º25.69%56.47%-
XYZ20.0724.6824.83-
YUV131.34127.24110.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=28.08%
G=37.80%
B=34.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071441300.2600.100.44157.314.7449.22
Hex6B90821A0A2C9df31
Octal15322020232012542351761
Binary110101110010000100000101101001010101100100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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