#705649

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

Shades of Quincy #705649

Tints of Quincy #705649

Color information

#705649 (or 0x705649) is unknown color: approx Quincy. HEX triplet: 70, 56 and 49. RGB value is (112,86,73). Sum of RGB (Red+Green+Blue) = 112+86+73=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705649 is #8FA9B6. Grayscale: #5C5C5C. Windows color (decimal): -9415095 or 4806256. OLE color: 4806256.

HSL color Cylindrical-coordinate representation of color #705649: hue angle of 20º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705649 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1128673-
CMYK00.230.350.56
HSL20º21.08%36.27%-
HSV(B)20º34.82%43.92%-
XYZ11.2110.587.75-
YUV92.29117.11142.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=41.33%
G=31.73%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112867300.230.350.562021.0836.27
Hex7056490172338141524
Octal1601261110274370242544
Binary1110000101011010010010101111000111110001010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705649; }

 p { color: rgb(112,86,73); }

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

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

 a { background-color: rgb(112,86,73); }

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

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

 span { border-color: rgb(112,86,73); }

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