#735646

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

Shades of Quincy #735646

Tints of Quincy #735646

Color information

#735646 (or 0x735646) is unknown color: approx Quincy. HEX triplet: 73, 56 and 46. RGB value is (115,86,70). Sum of RGB (Red+Green+Blue) = 115+86+70=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735646 is #8CA9B9. Grayscale: #5C5C5C. Windows color (decimal): -9218490 or 4609651. OLE color: 4609651.

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

Color convert

RGB1158670-
CMYK00.250.390.55
HSL21.33º24.32%36.27%-
HSV(B)21.33º39.13%45.1%-
XYZ11.510.747.26-
YUV92.85115.11143.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=42.44%
G=31.73%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115867000.250.390.5521.3324.3236.27
Hex7356460192737151824
Octal1631261060314767253044
Binary1110011101011010001100110011001111101111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735646; }

 p { color: rgb(115,86,70); }

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

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

 a { background-color: rgb(115,86,70); }

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

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

 span { border-color: rgb(115,86,70); }

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