#665344

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

Shades of Quincy #665344

Tints of Quincy #665344

Color information

#665344 (or 0x665344) is unknown color: approx Quincy. HEX triplet: 66, 53 and 44. RGB value is (102,83,68). Sum of RGB (Red+Green+Blue) = 102+83+68=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665344 is #99ACBB. Grayscale: #575757. Windows color (decimal): -10071228 or 4477798. OLE color: 4477798.

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

Color convert

RGB1028368-
CMYK00.190.330.6
HSL26.47º20%33.33%-
HSV(B)26.47º33.33%40%-
XYZ9.629.436.78-
YUV86.97117.29138.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=40.32%
G=32.81%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102836800.190.330.626.472033.33
Hex665344013213C1a1421
Octal1461231040234174322441
Binary1100110101001110001000100111000011111001101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665344; }

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

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

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

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

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

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

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

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