#665247

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

Shades of Quincy #665247

Tints of Quincy #665247

Color information

#665247 (or 0x665247) is unknown color: approx Quincy. HEX triplet: 66, 52 and 47. RGB value is (102,82,71). Sum of RGB (Red+Green+Blue) = 102+82+71=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665247 is #99ADB8. Grayscale: #565656. Windows color (decimal): -10071481 or 4674150. OLE color: 4674150.

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

Color convert

RGB1028271-
CMYK00.200.300.6
HSL21.29º17.92%33.92%-
HSV(B)21.29º30.39%40%-
XYZ9.639.317.25-
YUV86.73119.13138.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=40%
G=32.16%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102827100.200.300.621.2917.9233.92
Hex6652470141E3C151222
Octal1461221070243674252242
Binary110011010100101000111010100111101111001010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665247; }

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

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

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

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

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

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

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

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