#655648

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

Shades of Quincy #655648

Tints of Quincy #655648

Color information

#655648 (or 0x655648) is unknown color: approx Quincy. HEX triplet: 65, 56 and 48. RGB value is (101,86,72). Sum of RGB (Red+Green+Blue) = 101+86+72=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #655648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655648 is #9AA9B7. Grayscale: #585858. Windows color (decimal): -10135992 or 4740709. OLE color: 4740709.

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

Color convert

RGB1018672-
CMYK00.150.290.60
HSL28.97º16.76%33.92%-
HSV(B)28.97º28.71%39.61%-
XYZ9.869.897.52-
YUV88.89118.47136.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=39.00%
G=33.20%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101867200.150.290.6028.9716.7633.92
Hex6556480F1D3C1d1122
Octal1451261100173574352142
Binary11001011010110100100001111111011111001110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655648; }

 p { color: rgb(101,86,72); }

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

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

 a { background-color: rgb(101,86,72); }

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

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

 span { border-color: rgb(101,86,72); }

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