#705446

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

Shades of Quincy #705446

Tints of Quincy #705446

Color information

#705446 (or 0x705446) is unknown color: approx Quincy. HEX triplet: 70, 54 and 46. RGB value is (112,84,70). Sum of RGB (Red+Green+Blue) = 112+84+70=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705446 is #8FABB9. Grayscale: #5A5A5A. Windows color (decimal): -9415610 or 4609136. OLE color: 4609136.

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

Color convert

RGB1128470-
CMYK00.250.380.56
HSL20º23.08%35.69%-
HSV(B)20º37.5%43.92%-
XYZ10.9610.237.19-
YUV90.78116.28143.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=42.11%
G=31.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112847000.250.380.562023.0835.69
Hex7054460192638141724
Octal1601241060314670242744
Binary1110000101010010001100110011001101110001010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705446; }

 p { color: rgb(112,84,70); }

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

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

 a { background-color: rgb(112,84,70); }

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

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

 span { border-color: rgb(112,84,70); }

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