Html Css Color HEX #716263 Falcon

📋 copy color: '#716263'

red 113 ◦ green 98 ◦ blue 99

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

Shades of Falcon #716263

Tints of Falcon #716263

RGB

 RED value IS 113 (44.53% from 255) = 36.45%

 GREEN value IS 98 (38.67% from 255) = 31.61%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 36.45%
G = 31.61%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716263 (or 0x716263) is known color: Falcon. HEX triplet: 71, 62 and 63. RGB value is (113,98,99). Sum of RGB (Red+Green+Blue) = 113+98+99=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716263 is #8E9D9C. Grayscale: #666666. Windows color (decimal): -9346461 or 6513265. OLE color: 6513265.

HSL color Cylindrical-coordinate representation of color #716263: 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 #716263 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 99 -
CMYK 0 0.13 0.12 0.56
HSL 356º 0.07% 0.41% -
HSV(B) 356º 0.13% 0.44% -
XYZ 13.43 13.15 13.63 -
YUV 102.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 113 98 99 0 0.13 0.12 0.56 356 0.07 0.41
Hex 71 62 63 0 D C 38 164 7 29
Octal 161 142 143 0 15 14 70 544 7 51
Binary 1110001 1100010 1100011 0 1101 1100 111000 101100100 111 101001

Color Harmonies of #716263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716263

Black with #716263

Text Example


Text Example

White with #716263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716263; }

 p { color: rgb(113,98,99); }

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

background-color css

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

 a { background-color: rgb(113,98,99); }

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

border-color css

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

 span { border-color: rgb(113,98,99); }

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