#665347

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

Shades of Quincy #665347

Tints of Quincy #665347

Color information

#665347 (or 0x665347) is unknown color: approx Quincy. HEX triplet: 66, 53 and 47. RGB value is (102,83,71). Sum of RGB (Red+Green+Blue) = 102+83+71=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665347 is #99ACB8. Grayscale: #575757. Windows color (decimal): -10071225 or 4674406. OLE color: 4674406.

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

Color convert

RGB1028371-
CMYK00.190.300.6
HSL23.23º17.92%33.92%-
HSV(B)23.23º30.39%40%-
XYZ9.719.477.28-
YUV87.31118.79138.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=39.84%
G=32.42%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102837100.190.300.623.2317.9233.92
Hex6653470131E3C171222
Octal1461231070233674272242
Binary110011010100111000111010011111101111001011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665347; }

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

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

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

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

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

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

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

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