#66544D

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

Shades of Quincy #66544D

Tints of Quincy #66544D

Color information

#66544D (or 0x66544D) is unknown color: approx Quincy. HEX triplet: 66, 54 and 4D. RGB value is (102,84,77). Sum of RGB (Red+Green+Blue) = 102+84+77=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66544D is #99ABB2. Grayscale: #585858. Windows color (decimal): -10070963 or 5067878. OLE color: 5067878.

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

Color convert

RGB1028477-
CMYK00.180.250.6
HSL16.8º13.97%35.1%-
HSV(B)16.8º24.51%40%-
XYZ9.999.78.37-
YUV88.58121.46137.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=38.78%
G=31.94%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102847700.180.250.616.813.9735.1
Hex66544D012193C11e23
Octal1461241150223174211643
Binary11001101010100100110101001011001111100100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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