Html Css Color HEX #716063 Falcon

📋 copy color: '#716063'

red 113 ◦ green 96 ◦ blue 99

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

Shades of Falcon #716063

Tints of Falcon #716063

RGB

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

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

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

R = 36.69%
G = 31.17%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716063 (or 0x716063) is known color: Falcon. HEX triplet: 71, 60 and 63. RGB value is (113,96,99). Sum of RGB (Red+Green+Blue) = 113+96+99=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #716063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716063 is #8E9F9C. Grayscale: #656565. Windows color (decimal): -9346973 or 6512753. OLE color: 6512753.

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

Color convert

RGB 113 96 99 -
CMYK 0 0.15 0.12 0.56
HSL 349.41º 0.08% 0.41% -
HSV(B) 349.41º 0.15% 0.44% -
XYZ 13.25 12.78 13.57 -
YUV 101.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 113 96 99 0 0.15 0.12 0.56 349.41 0.08 0.41
Hex 71 60 63 0 F C 38 15D 8 29
Octal 161 140 143 0 17 14 70 535 10 51
Binary 1110001 1100000 1100011 0 1111 1100 111000 101011101 1000 101001

Color Harmonies of #716063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716063

Black with #716063

Text Example


Text Example

White with #716063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716063; }

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

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

background-color css

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

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

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

border-color css

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

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

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