#66574F

Color #66574F Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #66574F

Tints of Quincy #66574F

Color information

#66574F (or 0x66574F) is unknown color: approx Quincy. HEX triplet: 66, 57 and 4F. RGB value is (102,87,79). Sum of RGB (Red+Green+Blue) = 102+87+79=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #66574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66574F is #99A8B0. Grayscale: #5A5A5A. Windows color (decimal): -10070193 or 5199718. OLE color: 5199718.

HSL color Cylindrical-coordinate representation of color #66574F: hue angle of 20.87º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66574F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1028779-
CMYK00.150.230.6
HSL20.87º12.71%35.49%-
HSV(B)20.87º22.55%40%-
XYZ10.310.218.82-
YUV90.57121.47136.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=38.06%
G=32.46%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102877900.150.230.620.8712.7135.49
Hex66574F0F173C15d23
Octal1461271170172774251543
Binary1100110101011110011110111110111111100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66574F; }

 p { color: rgb(102,87,79); }

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

<style>
 a { background-color: #66574F; }

 a { background-color: rgb(102,87,79); }

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

<style>
 span { border-color: #66574F; }

 span { border-color: rgb(102,87,79); }

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