#66857C

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

Shades of Patina #66857C

Tints of Patina #66857C

Color information

#66857C (or 0x66857C) is unknown color: approx Patina. HEX triplet: 66, 85 and 7C. RGB value is (102,133,124). Sum of RGB (Red+Green+Blue) = 102+133+124=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #66857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857C is #997A83. Grayscale: #7A7A7A. Windows color (decimal): -10058372 or 8160614. OLE color: 8160614.

HSL color Cylindrical-coordinate representation of color #66857C: hue angle of 162.58º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66857C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB102133124-
CMYK0.2300.070.48
HSL162.58º13.19%46.08%-
HSV(B)162.58º23.31%52.16%-
XYZ17.5121.0622.21-
YUV122.7128.73113.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=28.41%
G=37.05%
B=34.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331240.2300.070.48162.5813.1946.08
Hex66857C170730a3d2e
Octal1462051742707602431556
Binary1100110100001011111100101110111110000101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66857C; }

 p { color: rgb(102,133,124); }

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

<style>
 a { background-color: #66857C; }

 a { background-color: rgb(102,133,124); }

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

<style>
 span { border-color: #66857C; }

 span { border-color: rgb(102,133,124); }

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