#70564D

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

Shades of Quincy #70564D

Tints of Quincy #70564D

Color information

#70564D (or 0x70564D) is unknown color: approx Quincy. HEX triplet: 70, 56 and 4D. RGB value is (112,86,77). Sum of RGB (Red+Green+Blue) = 112+86+77=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70564D is #8FA9B2. Grayscale: #5C5C5C. Windows color (decimal): -9415091 or 5068400. OLE color: 5068400.

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

Color convert

RGB1128677-
CMYK00.230.310.56
HSL15.43º18.52%37.06%-
HSV(B)15.43º31.25%43.92%-
XYZ11.3510.648.48-
YUV92.75119.11141.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 77 (30.47% from 255) = 28%
R=40.73%
G=31.27%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112867700.230.310.5615.4318.5237.06
Hex70564D0171F38f1325
Octal1601261150273770172345
Binary11100001010110100110101011111111111000111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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