#645346

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

Shades of Quincy #645346

Tints of Quincy #645346

Color information

#645346 (or 0x645346) is unknown color: approx Quincy. HEX triplet: 64, 53 and 46. RGB value is (100,83,70). Sum of RGB (Red+Green+Blue) = 100+83+70=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #645346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645346 is #9BACB9. Grayscale: #565656. Windows color (decimal): -10202298 or 4608868. OLE color: 4608868.

HSL color Cylindrical-coordinate representation of color #645346: hue angle of 26º 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 #645346 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1008370-
CMYK00.170.300.61
HSL26º17.65%33.33%-
HSV(B)26º30%39.22%-
XYZ9.459.347.1-
YUV86.6118.63137.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=39.53%
G=32.81%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100837000.170.300.612617.6533.33
Hex6453460111E3D1a1221
Octal1441231060213675322241
Binary110010010100111000110010001111101111011101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645346; }

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

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

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

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

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

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

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

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