#705643

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

Shades of Quincy #705643

Tints of Quincy #705643

Color information

#705643 (or 0x705643) is unknown color: approx Quincy. HEX triplet: 70, 56 and 43. RGB value is (112,86,67). Sum of RGB (Red+Green+Blue) = 112+86+67=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705643 is #8FA9BC. Grayscale: #5B5B5B. Windows color (decimal): -9415101 or 4413040. OLE color: 4413040.

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

Color convert

RGB1128667-
CMYK00.230.400.56
HSL25.33º25.14%35.1%-
HSV(B)25.33º40.18%43.92%-
XYZ11.0210.516.76-
YUV91.61114.11142.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=42.26%
G=32.45%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112866700.230.400.5625.3325.1435.1
Hex7056430172838191923
Octal1601261030275070313143
Binary1110000101011010000110101111010001110001100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705643; }

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

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

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

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

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

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

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

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