#66554B

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

Shades of Quincy #66554B

Tints of Quincy #66554B

Color information

#66554B (or 0x66554B) is unknown color: approx Quincy. HEX triplet: 66, 55 and 4B. RGB value is (102,85,75). Sum of RGB (Red+Green+Blue) = 102+85+75=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66554B is #99AAB4. Grayscale: #595959. Windows color (decimal): -10070709 or 4937062. OLE color: 4937062.

HSL color Cylindrical-coordinate representation of color #66554B: hue angle of 22.22º 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 #66554B is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1028575-
CMYK00.170.260.6
HSL22.22º15.25%34.71%-
HSV(B)22.22º26.47%40%-
XYZ109.838.03-
YUV88.94120.13137.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=38.93%
G=32.44%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102857500.170.260.622.2215.2534.71
Hex66554B0111A3C16f23
Octal1461251130213274261743
Binary11001101010101100101101000111010111100101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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