#64503F

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

Shades of Quincy #64503F

Tints of Quincy #64503F

Color information

#64503F (or 0x64503F) is unknown color: approx Quincy. HEX triplet: 64, 50 and 3F. RGB value is (100,80,63). Sum of RGB (Red+Green+Blue) = 100+80+63=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64503F is #9BAFC0. Grayscale: #545454. Windows color (decimal): -10203073 or 4149348. OLE color: 4149348.

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

Color convert

RGB1008063-
CMYK00.20.370.61
HSL27.57º22.7%31.96%-
HSV(B)27.57º37%39.22%-
XYZ9.028.815.93-
YUV84.04116.13139.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 63 (25% from 255) = 25.93%
R=41.15%
G=32.92%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100806300.20.370.6127.5722.731.96
Hex64503F014253D1c1720
Octal144120770244575342740
Binary110010010100001111110101001001011111011110010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64503F; }

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

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

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

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

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

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

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

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