#645241

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

Shades of Quincy #645241

Tints of Quincy #645241

Color information

#645241 (or 0x645241) is unknown color: approx Quincy. HEX triplet: 64, 52 and 41. RGB value is (100,82,65). Sum of RGB (Red+Green+Blue) = 100+82+65=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #645241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645241 is #9BADBE. Grayscale: #555555. Windows color (decimal): -10202559 or 4280932. OLE color: 4280932.

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

Color convert

RGB1008265-
CMYK00.180.350.61
HSL29.14º21.21%32.35%-
HSV(B)29.14º35%39.22%-
XYZ9.239.136.28-
YUV85.44116.46138.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=40.49%
G=33.20%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100826500.180.350.6129.1421.2132.35
Hex645241012233D1d1520
Octal1441221010224375352540
Binary1100100101001010000010100101000111111011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645241; }

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

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

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

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

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

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

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

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