#705648

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

Shades of Quincy #705648

Tints of Quincy #705648

Color information

#705648 (or 0x705648) is unknown color: approx Quincy. HEX triplet: 70, 56 and 48. RGB value is (112,86,72). Sum of RGB (Red+Green+Blue) = 112+86+72=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #705648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705648 is #8FA9B7. Grayscale: #5C5C5C. Windows color (decimal): -9415096 or 4740720. OLE color: 4740720.

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

Color convert

RGB1128672-
CMYK00.230.360.56
HSL21º21.74%36.08%-
HSV(B)21º35.71%43.92%-
XYZ11.1810.577.58-
YUV92.18116.61142.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=41.48%
G=31.85%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112867200.230.360.562121.7436.08
Hex7056480172438151624
Octal1601261100274470252644
Binary1110000101011010010000101111001001110001010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705648; }

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

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

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

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

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

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

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

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