#66857D

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

Shades of Patina #66857D

Tints of Patina #66857D

Color information

#66857D (or 0x66857D) is unknown color: approx Patina. HEX triplet: 66, 85 and 7D. RGB value is (102,133,125). Sum of RGB (Red+Green+Blue) = 102+133+125=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #66857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857D is #997A82. Grayscale: #7A7A7A. Windows color (decimal): -10058371 or 8226150. OLE color: 8226150.

HSL color Cylindrical-coordinate representation of color #66857D: hue angle of 164.52º 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 #66857D is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB102133125-
CMYK0.2300.060.48
HSL164.52º13.19%46.08%-
HSV(B)164.52º23.31%52.16%-
XYZ17.5721.0822.55-
YUV122.82129.23113.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=28.33%
G=36.94%
B=34.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331250.2300.060.48164.5213.1946.08
Hex66857D170630a5d2e
Octal1462051752706602451556
Binary1100110100001011111101101110110110000101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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