#705746

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

Shades of Quincy #705746

Tints of Quincy #705746

Color information

#705746 (or 0x705746) is unknown color: approx Quincy. HEX triplet: 70, 57 and 46. RGB value is (112,87,70). Sum of RGB (Red+Green+Blue) = 112+87+70=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705746 is #8FA8B9. Grayscale: #5C5C5C. Windows color (decimal): -9414842 or 4609904. OLE color: 4609904.

HSL color Cylindrical-coordinate representation of color #705746: hue angle of 24.29º 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 #705746 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1128770-
CMYK00.220.380.56
HSL24.29º23.08%35.69%-
HSV(B)24.29º37.5%43.92%-
XYZ11.210.77.27-
YUV92.54115.28141.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=41.64%
G=32.34%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112877000.220.380.5624.2923.0835.69
Hex7057460162638181724
Octal1601271060264670302744
Binary1110000101011110001100101101001101110001100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705746; }

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

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

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

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

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

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

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

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