#6B9181

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

Shades of Patina #6B9181

Tints of Patina #6B9181

Color information

#6B9181 (or 0x6B9181) is unknown color: approx Patina. HEX triplet: 6B, 91 and 81. RGB value is (107,145,129). Sum of RGB (Red+Green+Blue) = 107+145+129=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9181 is #946E7E. Grayscale: #838383. Windows color (decimal): -9727615 or 8491371. OLE color: 8491371.

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

Color convert

RGB107145129-
CMYK0.2600.110.43
HSL154.74º15.08%49.41%-
HSV(B)154.74º26.21%56.86%-
XYZ20.1524.9624.52-
YUV131.81126.41110.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=28.08%
G=38.06%
B=33.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071451290.2600.110.43154.7415.0849.41
Hex6B91811A0B2B9bf31
Octal15322120132013532331761
Binary110101110010001100000011101001011101011100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,129); }

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

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

 a { background-color: rgb(107,145,129); }

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

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

 span { border-color: rgb(107,145,129); }

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