#6C8C81

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

Shades of Patina #6C8C81

Tints of Patina #6C8C81

Color information

#6C8C81 (or 0x6C8C81) is unknown color: approx Patina. HEX triplet: 6C, 8C and 81. RGB value is (108,140,129). Sum of RGB (Red+Green+Blue) = 108+140+129=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8C81 is #93737E. Grayscale: #818181. Windows color (decimal): -9663359 or 8490092. OLE color: 8490092.

HSL color Cylindrical-coordinate representation of color #6C8C81: hue angle of 159.37º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C8C81 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB108140129-
CMYK0.2300.080.45
HSL159.37º12.9%48.63%-
HSV(B)159.37º22.86%54.9%-
XYZ19.5223.5324.28-
YUV129.18127.9112.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.65%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=28.65%
G=37.14%
B=34.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081401290.2300.080.45159.3712.948.63
Hex6C8C8117082D9fd31
Octal15421420127010552371561
Binary110110010001100100000011011101000101101100111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,140,129); }

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

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

 a { background-color: rgb(108,140,129); }

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

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

 span { border-color: rgb(108,140,129); }

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