#645244

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

Shades of Quincy #645244

Tints of Quincy #645244

Color information

#645244 (or 0x645244) is unknown color: approx Quincy. HEX triplet: 64, 52 and 44. RGB value is (100,82,68). Sum of RGB (Red+Green+Blue) = 100+82+68=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645244 is #9BADBB. Grayscale: #555555. Windows color (decimal): -10202556 or 4477540. OLE color: 4477540.

HSL color Cylindrical-coordinate representation of color #645244: hue angle of 26.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645244 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB1008268-
CMYK00.180.320.61
HSL26.25º19.05%32.94%-
HSV(B)26.25º32%39.22%-
XYZ9.329.166.75-
YUV85.79117.96138.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=40%
G=32.8%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100826800.180.320.6126.2519.0532.94
Hex645244012203D1a1321
Octal1441221040224075322341
Binary1100100101001010001000100101000001111011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645244; }

 p { color: rgb(100,82,68); }

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

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

 a { background-color: rgb(100,82,68); }

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

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

 span { border-color: rgb(100,82,68); }

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