#70595D

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

Shades of Falcon #70595D

Tints of Falcon #70595D

Color information

#70595D (or 0x70595D) is unknown color: approx Falcon. HEX triplet: 70, 59 and 5D. RGB value is (112,89,93). Sum of RGB (Red+Green+Blue) = 112+89+93=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70595D is #8FA6A2. Grayscale: #606060. Windows color (decimal): -9414307 or 6117744. OLE color: 6117744.

HSL color Cylindrical-coordinate representation of color #70595D: hue angle of 349.57º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70595D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1128993-
CMYK00.210.170.56
HSL349.57º11.44%39.41%-
HSV(B)349.57º20.54%43.92%-
XYZ12.2311.3811.91-
YUV96.33126.12139.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=38.10%
G=30.27%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112899300.210.170.56349.5711.4439.41
Hex70595D015113815eb27
Octal16013113502521705361347
Binary111000010110011011101010101100011110001010111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,89,93); }

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

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

 a { background-color: rgb(112,89,93); }

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

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

 span { border-color: rgb(112,89,93); }

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