#70716A

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

Shades of Finch #70716A

Tints of Finch #70716A

Color information

#70716A (or 0x70716A) is unknown color: approx Finch. HEX triplet: 70, 71 and 6A. RGB value is (112,113,106). Sum of RGB (Red+Green+Blue) = 112+113+106=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 113 - color contains mainly: green. Hex color #70716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70716A is #8F8E95. Grayscale: #6F6F6F. Windows color (decimal): -9408150 or 6975856. OLE color: 6975856.

HSL color Cylindrical-coordinate representation of color #70716A: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70716A is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB112113106-
CMYK0.0100.060.56
HSL68.57º3.2%42.94%-
HSV(B)68.57º6.19%44.31%-
XYZ15.1916.315.98-
YUV111.9124.67128.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=33.84%
G=34.14%
B=32.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121131060.0100.060.5668.573.242.94
Hex70716A106384532b
Octal16016115210670105353
Binary11100001110001110101010110111000100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70716A; }

 p { color: rgb(112,113,106); }

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

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

 a { background-color: rgb(112,113,106); }

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

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

 span { border-color: rgb(112,113,106); }

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