#66564D

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

Shades of Quincy #66564D

Tints of Quincy #66564D

Color information

#66564D (or 0x66564D) is unknown color: approx Quincy. HEX triplet: 66, 56 and 4D. RGB value is (102,86,77). Sum of RGB (Red+Green+Blue) = 102+86+77=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66564D is #99A9B2. Grayscale: #595959. Windows color (decimal): -10070451 or 5068390. OLE color: 5068390.

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

Color convert

RGB1028677-
CMYK00.160.250.6
HSL21.6º13.97%35.1%-
HSV(B)21.6º24.51%40%-
XYZ10.1510.028.42-
YUV89.76120.8136.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=38.49%
G=32.45%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102867700.160.250.621.613.9735.1
Hex66564D010193C16e23
Octal1461261150203174261643
Binary11001101010110100110101000011001111100101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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