#665444

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

Shades of Quincy #665444

Tints of Quincy #665444

Color information

#665444 (or 0x665444) is unknown color: approx Quincy. HEX triplet: 66, 54 and 44. RGB value is (102,84,68). Sum of RGB (Red+Green+Blue) = 102+84+68=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665444 is #99ABBB. Grayscale: #575757. Windows color (decimal): -10070972 or 4478054. OLE color: 4478054.

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

Color convert

RGB1028468-
CMYK00.180.330.6
HSL28.24º20%33.33%-
HSV(B)28.24º33.33%40%-
XYZ9.699.586.81-
YUV87.56116.96138.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=40.16%
G=33.07%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102846800.180.330.628.242033.33
Hex665444012213C1c1421
Octal1461241040224174342441
Binary1100110101010010001000100101000011111001110010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665444; }

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

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

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

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

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

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

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

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