#665647

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

Shades of Quincy #665647

Tints of Quincy #665647

Color information

#665647 (or 0x665647) is unknown color: approx Quincy. HEX triplet: 66, 56 and 47. RGB value is (102,86,71). Sum of RGB (Red+Green+Blue) = 102+86+71=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #665647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665647 is #99A9B8. Grayscale: #595959. Windows color (decimal): -10070457 or 4675174. OLE color: 4675174.

HSL color Cylindrical-coordinate representation of color #665647: hue angle of 29.03º 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 #665647 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB1028671-
CMYK00.160.300.6
HSL29.03º17.92%33.92%-
HSV(B)29.03º30.39%40%-
XYZ9.949.947.35-
YUV89.07117.8137.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 71 (28.12% from 255) = 27.41%
R=39.38%
G=33.20%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102867100.160.300.629.0317.9233.92
Hex6656470101E3C1d1222
Octal1461261070203674352242
Binary110011010101101000111010000111101111001110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665647; }

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

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

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

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

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

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

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

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