#665547

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

Shades of Quincy #665547

Tints of Quincy #665547

Color information

#665547 (or 0x665547) is unknown color: approx Quincy. HEX triplet: 66, 55 and 47. RGB value is (102,85,71). Sum of RGB (Red+Green+Blue) = 102+85+71=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #665547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665547 is #99AAB8. Grayscale: #585858. Windows color (decimal): -10070713 or 4674918. OLE color: 4674918.

HSL color Cylindrical-coordinate representation of color #665547: hue angle of 27.1º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665547 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB1028571-
CMYK00.170.300.6
HSL27.1º17.92%33.92%-
HSV(B)27.1º30.39%40%-
XYZ9.879.787.33-
YUV88.49118.13137.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=39.53%
G=32.95%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102857100.170.300.627.117.9233.92
Hex6655470111E3C1b1222
Octal1461251070213674332242
Binary110011010101011000111010001111101111001101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665547; }

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

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

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

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

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

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

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

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