#706162

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

Shades of Falcon #706162

Tints of Falcon #706162

Color information

#706162 (or 0x706162) is unknown color: approx Falcon. HEX triplet: 70, 61 and 62. RGB value is (112,97,98). Sum of RGB (Red+Green+Blue) = 112+97+98=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706162 is #8F9E9D. Grayscale: #656565. Windows color (decimal): -9412254 or 6447472. OLE color: 6447472.

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

Color convert

RGB1129798-
CMYK00.130.130.56
HSL356º7.18%40.98%-
HSV(B)356º13.39%43.92%-
XYZ13.1612.8813.35-
YUV101.6125.97135.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=36.48%
G=31.60%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112979800.130.130.563567.1840.98
Hex7061620DD38164729
Octal1601411420151570544751
Binary111000011000011100010011011101111000101100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706162; }

 p { color: rgb(112,97,98); }

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

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

 a { background-color: rgb(112,97,98); }

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

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

 span { border-color: rgb(112,97,98); }

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