#66554A

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

Shades of Quincy #66554A

Tints of Quincy #66554A

Color information

#66554A (or 0x66554A) is unknown color: approx Quincy. HEX triplet: 66, 55 and 4A. RGB value is (102,85,74). Sum of RGB (Red+Green+Blue) = 102+85+74=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66554A is #99AAB5. Grayscale: #585858. Windows color (decimal): -10070710 or 4871526. OLE color: 4871526.

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

Color convert

RGB1028574-
CMYK00.170.270.6
HSL23.57º15.91%34.51%-
HSV(B)23.57º27.45%40%-
XYZ9.969.827.85-
YUV88.83119.63137.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=39.08%
G=32.57%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102857400.170.270.623.5715.9134.51
Hex66554A0111B3C181023
Octal1461251120213374302043
Binary110011010101011001010010001110111111001100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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