#645246

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

Shades of Quincy #645246

Tints of Quincy #645246

Color information

#645246 (or 0x645246) is unknown color: approx Quincy. HEX triplet: 64, 52 and 46. RGB value is (100,82,70). Sum of RGB (Red+Green+Blue) = 100+82+70=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #645246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645246 is #9BADB9. Grayscale: #565656. Windows color (decimal): -10202554 or 4608612. OLE color: 4608612.

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

Color convert

RGB1008270-
CMYK00.180.300.61
HSL24º17.65%33.33%-
HSV(B)24º30%39.22%-
XYZ9.389.197.07-
YUV86.01118.96137.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.68%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=39.68%
G=32.54%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100827000.180.300.612417.6533.33
Hex6452460121E3D181221
Octal1441221060223675302241
Binary110010010100101000110010010111101111011100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645246; }

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

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

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

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

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

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

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

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