Html Css Color HEX #716365 Falcon

📋 copy color: '#716365'

red 113 ◦ green 99 ◦ blue 101

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

Shades of Falcon #716365

Tints of Falcon #716365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 36.1%
G = 31.63%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716365 (or 0x716365) is known color: Falcon. HEX triplet: 71, 63 and 65. RGB value is (113,99,101). Sum of RGB (Red+Green+Blue) = 113+99+101=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716365 is #8E9C9A. Grayscale: #676767. Windows color (decimal): -9346203 or 6644593. OLE color: 6644593.

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

Color convert

RGB 113 99 101 -
CMYK 0 0.12 0.11 0.56
HSL 351.43º 0.07% 0.42% -
HSV(B) 351.43º 0.12% 0.44% -
XYZ 13.62 13.37 14.18 -
YUV 103.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 113 99 101 0 0.12 0.11 0.56 351.43 0.07 0.42
Hex 71 63 65 0 C B 38 15F 7 2A
Octal 161 143 145 0 14 13 70 537 7 52
Binary 1110001 1100011 1100101 0 1100 1011 111000 101011111 111 101010

Color Harmonies of #716365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716365

Black with #716365

Text Example


Text Example

White with #716365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716365; }

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

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

background-color css

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

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

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

border-color css

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

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

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