#655044

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

Shades of Quincy #655044

Tints of Quincy #655044

Color information

#655044 (or 0x655044) is unknown color: approx Quincy. HEX triplet: 65, 50 and 44. RGB value is (101,80,68). Sum of RGB (Red+Green+Blue) = 101+80+68=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #655044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655044 is #9AAFBB. Grayscale: #545454. Windows color (decimal): -10137532 or 4477029. OLE color: 4477029.

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

Color convert

RGB1018068-
CMYK00.210.330.60
HSL21.82º19.53%33.14%-
HSV(B)21.82º32.67%39.61%-
XYZ9.288.926.7-
YUV84.91118.46139.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=40.56%
G=32.13%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101806800.210.330.6021.8219.5333.14
Hex655044015213C161421
Octal1451201040254174262441
Binary1100101101000010001000101011000011111001011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655044; }

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

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

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

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

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

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

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

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