#66544A

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

Shades of Quincy #66544A

Tints of Quincy #66544A

Color information

#66544A (or 0x66544A) is unknown color: approx Quincy. HEX triplet: 66, 54 and 4A. RGB value is (102,84,74). Sum of RGB (Red+Green+Blue) = 102+84+74=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66544A is #99ABB5. Grayscale: #585858. Windows color (decimal): -10070966 or 4871270. OLE color: 4871270.

HSL color Cylindrical-coordinate representation of color #66544A: hue angle of 21.43º 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 #66544A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1028474-
CMYK00.180.270.6
HSL21.43º15.91%34.51%-
HSV(B)21.43º27.45%40%-
XYZ9.899.667.82-
YUV88.24119.96137.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=39.23%
G=32.31%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102847400.180.270.621.4315.9134.51
Hex66544A0121B3C151023
Octal1461241120223374252043
Binary110011010101001001010010010110111111001010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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