#665249

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

Shades of Quincy #665249

Tints of Quincy #665249

Color information

#665249 (or 0x665249) is unknown color: approx Quincy. HEX triplet: 66, 52 and 49. RGB value is (102,82,73). Sum of RGB (Red+Green+Blue) = 102+82+73=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #665249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665249 is #99ADB6. Grayscale: #575757. Windows color (decimal): -10071479 or 4805222. OLE color: 4805222.

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

Color convert

RGB1028273-
CMYK00.200.280.6
HSL18.62º16.57%34.31%-
HSV(B)18.62º28.43%40%-
XYZ9.79.347.59-
YUV86.95120.13138.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=39.69%
G=31.91%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102827300.200.280.618.6216.5734.31
Hex6652490141C3C131122
Octal1461221110243474232142
Binary110011010100101001001010100111001111001001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665249; }

 p { color: rgb(102,82,73); }

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

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

 a { background-color: rgb(102,82,73); }

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

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

 span { border-color: rgb(102,82,73); }

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