#705647

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

Shades of Quincy #705647

Tints of Quincy #705647

Color information

#705647 (or 0x705647) is unknown color: approx Quincy. HEX triplet: 70, 56 and 47. RGB value is (112,86,71). Sum of RGB (Red+Green+Blue) = 112+86+71=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705647 is #8FA9B8. Grayscale: #5C5C5C. Windows color (decimal): -9415097 or 4675184. OLE color: 4675184.

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

Color convert

RGB1128671-
CMYK00.230.370.56
HSL21.95º22.4%35.88%-
HSV(B)21.95º36.61%43.92%-
XYZ11.1510.567.41-
YUV92.06116.11142.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=41.64%
G=31.97%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112867100.230.370.5621.9522.435.88
Hex7056470172538161624
Octal1601261070274570262644
Binary1110000101011010001110101111001011110001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705647; }

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

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

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

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

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

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

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

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