#6C887E

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

Shades of Patina #6C887E

Tints of Patina #6C887E

Color information

#6C887E (or 0x6C887E) is unknown color: approx Patina. HEX triplet: 6C, 88 and 7E. RGB value is (108,136,126). Sum of RGB (Red+Green+Blue) = 108+136+126=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #6C887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C887E is #937781. Grayscale: #7E7E7E. Windows color (decimal): -9664386 or 8292460. OLE color: 8292460.

HSL color Cylindrical-coordinate representation of color #6C887E: hue angle of 158.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C887E is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB108136126-
CMYK0.2100.070.47
HSL158.57º11.48%47.84%-
HSV(B)158.57º20.59%53.33%-
XYZ18.7522.323.06-
YUV126.49127.72114.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.19%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=29.19%
G=36.76%
B=34.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081361260.2100.070.47158.5711.4847.84
Hex6C887E15072F9fb30
Octal1542101762507572371360
Binary1101100100010001111110101010111101111100111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,136,126); }

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

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

 a { background-color: rgb(108,136,126); }

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

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

 span { border-color: rgb(108,136,126); }

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