#70564c

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

Shades of Quincy #70564C

Tints of Quincy #70564C

Color information

#70564C (or 0x70564C) is unknown color: approx Quincy. HEX triplet: 70, 56 and 4C. RGB value is (112,86,76). Sum of RGB (Red+Green+Blue) = 112+86+76=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70564C is #8FA9B3. Grayscale: #5C5C5C. Windows color (decimal): -9415092 or 5002864. OLE color: 5002864.

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

Color convert

RGB1128676-
CMYK00.230.320.56
HSL16.67º19.15%36.86%-
HSV(B)16.67º32.14%43.92%-
XYZ11.3110.628.29-
YUV92.63118.61141.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=40.88%
G=31.39%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112867600.230.320.5616.6719.1536.86
Hex70564C0172038111325
Octal1601261140274070212345
Binary1110000101011010011000101111000001110001000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70564c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70564c; }

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

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

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

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

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

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

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

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