#745645

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

Shades of Quincy #745645

Tints of Quincy #745645

Color information

#745645 (or 0x745645) is unknown color: approx Quincy. HEX triplet: 74, 56 and 45. RGB value is (116,86,69). Sum of RGB (Red+Green+Blue) = 116+86+69=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745645 is #8BA9BA. Grayscale: #5D5D5D. Windows color (decimal): -9152955 or 4544116. OLE color: 4544116.

HSL color Cylindrical-coordinate representation of color #745645: hue angle of 21.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745645 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1168669-
CMYK00.260.410.55
HSL21.7º25.41%36.27%-
HSV(B)21.7º40.52%45.49%-
XYZ11.610.87.1-
YUV93.03114.44144.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=42.80%
G=31.73%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116866900.260.410.5521.725.4136.27
Hex74564501A2937161924
Octal1641261050325167263144
Binary1110100101011010001010110101010011101111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745645; }

 p { color: rgb(116,86,69); }

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

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

 a { background-color: rgb(116,86,69); }

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

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

 span { border-color: rgb(116,86,69); }

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