#655444

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

Shades of Quincy #655444

Tints of Quincy #655444

Color information

#655444 (or 0x655444) is unknown color: approx Quincy. HEX triplet: 65, 54 and 44. RGB value is (101,84,68). Sum of RGB (Red+Green+Blue) = 101+84+68=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #655444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655444 is #9AABBB. Grayscale: #575757. Windows color (decimal): -10136508 or 4478053. OLE color: 4478053.

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

Color convert

RGB1018468-
CMYK00.170.330.60
HSL29.09º19.53%33.14%-
HSV(B)29.09º32.67%39.61%-
XYZ9.589.526.8-
YUV87.26117.13137.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=39.92%
G=33.20%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101846800.170.330.6029.0919.5333.14
Hex655444011213C1d1421
Octal1451241040214174352441
Binary1100101101010010001000100011000011111001110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655444; }

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

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

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

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

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

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

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

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