#66503C

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

Shades of Quincy #66503C

Tints of Quincy #66503C

Color information

#66503C (or 0x66503C) is unknown color: approx Quincy. HEX triplet: 66, 50 and 3C. RGB value is (102,80,60). Sum of RGB (Red+Green+Blue) = 102+80+60=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #66503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66503C is #99AFC3. Grayscale: #545454. Windows color (decimal): -10072004 or 3952742. OLE color: 3952742.

HSL color Cylindrical-coordinate representation of color #66503C: hue angle of 28.57º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66503C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1028060-
CMYK00.220.410.6
HSL28.57º25.93%31.76%-
HSV(B)28.57º41.18%40%-
XYZ9.168.895.51-
YUV84.3114.29140.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=42.15%
G=33.06%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102806000.220.410.628.5725.9331.76
Hex66503C016293C1d1a20
Octal146120740265174353240
Binary110011010100001111000101101010011111001110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66503C; }

 p { color: rgb(102,80,60); }

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

<style>
 a { background-color: #66503C; }

 a { background-color: rgb(102,80,60); }

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

<style>
 span { border-color: #66503C; }

 span { border-color: rgb(102,80,60); }

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