#725644

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

Shades of Quincy #725644

Tints of Quincy #725644

Color information

#725644 (or 0x725644) is unknown color: approx Quincy. HEX triplet: 72, 56 and 44. RGB value is (114,86,68). Sum of RGB (Red+Green+Blue) = 114+86+68=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725644 is #8DA9BB. Grayscale: #5C5C5C. Windows color (decimal): -9284028 or 4478578. OLE color: 4478578.

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

Color convert

RGB1148668-
CMYK00.250.400.55
HSL23.48º25.27%35.69%-
HSV(B)23.48º40.35%44.71%-
XYZ11.3110.656.93-
YUV92.32114.28143.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=42.54%
G=32.09%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114866800.250.400.5523.4825.2735.69
Hex7256440192837171924
Octal1621261040315067273144
Binary1110010101011010001000110011010001101111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725644; }

 p { color: rgb(114,86,68); }

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

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

 a { background-color: rgb(114,86,68); }

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

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

 span { border-color: rgb(114,86,68); }

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