Html Css Color HEX #716062 Falcon

📋 copy color: '#716062'

red 113 ◦ green 96 ◦ blue 98

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

Shades of Falcon #716062

Tints of Falcon #716062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 36.81%
G = 31.27%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#716062 (or 0x716062) is known color: Falcon. HEX triplet: 71, 60 and 62. RGB value is (113,96,98). Sum of RGB (Red+Green+Blue) = 113+96+98=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716062 is #8E9F9D. Grayscale: #656565. Windows color (decimal): -9346974 or 6447217. OLE color: 6447217.

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

Color convert

RGB 113 96 98 -
CMYK 0 0.15 0.13 0.56
HSL 352.94º 0.08% 0.41% -
HSV(B) 352.94º 0.15% 0.44% -
XYZ 13.2 12.76 13.32 -
YUV 101.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 113 96 98 0 0.15 0.13 0.56 352.94 0.08 0.41
Hex 71 60 62 0 F D 38 161 8 29
Octal 161 140 142 0 17 15 70 541 10 51
Binary 1110001 1100000 1100010 0 1111 1101 111000 101100001 1000 101001

Color Harmonies of #716062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716062

Black with #716062

Text Example


Text Example

White with #716062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716062; }

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

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

background-color css

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

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

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

border-color css

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

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

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