#665445

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

Shades of Quincy #665445

Tints of Quincy #665445

Color information

#665445 (or 0x665445) is unknown color: approx Quincy. HEX triplet: 66, 54 and 45. RGB value is (102,84,69). Sum of RGB (Red+Green+Blue) = 102+84+69=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665445 is #99ABBA. Grayscale: #575757. Windows color (decimal): -10070971 or 4543590. OLE color: 4543590.

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

Color convert

RGB1028469-
CMYK00.180.320.6
HSL27.27º19.3%33.53%-
HSV(B)27.27º32.35%40%-
XYZ9.729.66.97-
YUV87.67117.46138.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=40%
G=32.94%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102846900.180.320.627.2719.333.53
Hex665445012203C1b1322
Octal1461241050224074332342
Binary1100110101010010001010100101000001111001101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665445; }

 p { color: rgb(102,84,69); }

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

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

 a { background-color: rgb(102,84,69); }

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

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

 span { border-color: rgb(102,84,69); }

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