#66503D

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

Shades of Quincy #66503D

Tints of Quincy #66503D

Color information

#66503D (or 0x66503D) is unknown color: approx Quincy. HEX triplet: 66, 50 and 3D. RGB value is (102,80,61). Sum of RGB (Red+Green+Blue) = 102+80+61=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66503D is #99AFC2. Grayscale: #545454. Windows color (decimal): -10072003 or 4018278. OLE color: 4018278.

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

Color convert

RGB1028061-
CMYK00.220.400.6
HSL27.8º25.15%31.96%-
HSV(B)27.8º40.2%40%-
XYZ9.198.95.65-
YUV84.41114.79140.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=41.98%
G=32.92%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102806100.220.400.627.825.1531.96
Hex66503D016283C1c1920
Octal146120750265074343140
Binary110011010100001111010101101010001111001110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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