#66554C

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

Shades of Quincy #66554C

Tints of Quincy #66554C

Color information

#66554C (or 0x66554C) is unknown color: approx Quincy. HEX triplet: 66, 55 and 4C. RGB value is (102,85,76). Sum of RGB (Red+Green+Blue) = 102+85+76=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66554C is #99AAB3. Grayscale: #595959. Windows color (decimal): -10070708 or 5002598. OLE color: 5002598.

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

Color convert

RGB1028576-
CMYK00.170.250.6
HSL20.77º14.61%34.9%-
HSV(B)20.77º25.49%40%-
XYZ10.039.848.21-
YUV89.06120.63137.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=38.78%
G=32.32%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102857600.170.250.620.7714.6134.9
Hex66554C011193C15f23
Octal1461251140213174251743
Binary11001101010101100110001000111001111100101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,85,76); }

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

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

 a { background-color: rgb(102,85,76); }

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

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

 span { border-color: rgb(102,85,76); }

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