#6C887D

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

Shades of Patina #6C887D

Tints of Patina #6C887D

Color information

#6C887D (or 0x6C887D) is unknown color: approx Patina. HEX triplet: 6C, 88 and 7D. RGB value is (108,136,125). Sum of RGB (Red+Green+Blue) = 108+136+125=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #6C887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C887D is #937782. Grayscale: #7E7E7E. Windows color (decimal): -9664387 or 8226924. OLE color: 8226924.

HSL color Cylindrical-coordinate representation of color #6C887D: hue angle of 156.43º 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 #6C887D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB108136125-
CMYK0.2100.080.47
HSL156.43º11.48%47.84%-
HSV(B)156.43º20.59%53.33%-
XYZ18.6922.2822.72-
YUV126.37127.22114.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=29.27%
G=36.86%
B=33.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081361250.2100.080.47156.4311.4847.84
Hex6C887D15082F9cb30
Octal15421017525010572341360
Binary11011001000100011111011010101000101111100111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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