#66544B

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

Shades of Quincy #66544B

Tints of Quincy #66544B

Color information

#66544B (or 0x66544B) is unknown color: approx Quincy. HEX triplet: 66, 54 and 4B. RGB value is (102,84,75). Sum of RGB (Red+Green+Blue) = 102+84+75=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66544B is #99ABB4. Grayscale: #585858. Windows color (decimal): -10070965 or 4936806. OLE color: 4936806.

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

Color convert

RGB1028475-
CMYK00.180.260.6
HSL20º15.25%34.71%-
HSV(B)20º26.47%40%-
XYZ9.929.678-
YUV88.36120.46137.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=39.08%
G=32.18%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102847500.180.260.62015.2534.71
Hex66544B0121A3C14f23
Octal1461241130223274241743
Binary11001101010100100101101001011010111100101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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