Html Css Color HEX #706061 Falcon

📋 copy color: '#706061'

red 112 ◦ green 96 ◦ blue 97

#706061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #706061

Tints of Falcon #706061

RGB

 RED value IS 112 (44.14% from 255) = 36.72%

 GREEN value IS 96 (37.89% from 255) = 31.48%

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 36.72%
G = 31.48%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706061 (or 0x706061) is known color: Falcon. HEX triplet: 70, 60 and 61. RGB value is (112,96,97). Sum of RGB (Red+Green+Blue) = 112+96+97=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706061 is #8F9F9E. Grayscale: #646464. Windows color (decimal): -9412511 or 6381680. OLE color: 6381680.

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

Color convert

RGB 112 96 97 -
CMYK 0 0.14 0.13 0.56
HSL 356.25º 0.08% 0.41% -
HSV(B) 356.25º 0.14% 0.44% -
XYZ 13.02 12.67 13.07 -
YUV 100.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 112 96 97 0 0.14 0.13 0.56 356.25 0.08 0.41
Hex 70 60 61 0 E D 38 164 8 29
Octal 160 140 141 0 16 15 70 544 10 51
Binary 1110000 1100000 1100001 0 1110 1101 111000 101100100 1000 101001

Color Harmonies of #706061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706061

Black with #706061

Text Example


Text Example

White with #706061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706061; }

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

 H1.HeaderClassName
 {
   color: #706061;
 }
 .AnyTagClassName
 {
   color: #706061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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