#655546

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

Shades of Quincy #655546

Tints of Quincy #655546

Color information

#655546 (or 0x655546) is unknown color: approx Quincy. HEX triplet: 65, 55 and 46. RGB value is (101,85,70). Sum of RGB (Red+Green+Blue) = 101+85+70=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #655546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655546 is #9AAAB9. Grayscale: #585858. Windows color (decimal): -10136250 or 4609381. OLE color: 4609381.

HSL color Cylindrical-coordinate representation of color #655546: hue angle of 29.03º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655546 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB1018570-
CMYK00.160.310.60
HSL29.03º18.13%33.53%-
HSV(B)29.03º30.69%39.61%-
XYZ9.729.717.16-
YUV88.07117.8137.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=39.45%
G=33.20%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101857000.160.310.6029.0318.1333.53
Hex6555460101F3C1d1222
Octal1451251060203774352242
Binary110010110101011000110010000111111111001110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655546; }

 p { color: rgb(101,85,70); }

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

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

 a { background-color: rgb(101,85,70); }

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

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

 span { border-color: rgb(101,85,70); }

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