#645041

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

Shades of Quincy #645041

Tints of Quincy #645041

Color information

#645041 (or 0x645041) is unknown color: approx Quincy. HEX triplet: 64, 50 and 41. RGB value is (100,80,65). Sum of RGB (Red+Green+Blue) = 100+80+65=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #645041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645041 is #9BAFBE. Grayscale: #545454. Windows color (decimal): -10203071 or 4280420. OLE color: 4280420.

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

Color convert

RGB1008065-
CMYK00.20.350.61
HSL25.71º21.21%32.35%-
HSV(B)25.71º35%39.22%-
XYZ9.088.836.23-
YUV84.27117.13139.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=40.82%
G=32.65%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100806500.20.350.6125.7121.2132.35
Hex645041014233D1a1520
Octal1441201010244375322540
Binary1100100101000010000010101001000111111011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645041; }

 p { color: rgb(100,80,65); }

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

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

 a { background-color: rgb(100,80,65); }

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

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

 span { border-color: rgb(100,80,65); }

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