Html Css Color HEX #716F5D Flint

📋 copy color: '#716F5D'

red 113 ◦ green 111 ◦ blue 93

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

Shades of Flint #716F5D

Tints of Flint #716F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 35.65%
G = 35.02%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#716F5D (or 0x716F5D) is known color: Flint. HEX triplet: 71, 6F and 5D. RGB value is (113,111,93). Sum of RGB (Red+Green+Blue) = 113+111+93=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F5D is #8E90A2. Grayscale: #6D6D6D. Windows color (decimal): -9343139 or 6123377. OLE color: 6123377.

HSL color Cylindrical-coordinate representation of color #716F5D: hue angle of 54º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716F5D is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 111 93 -
CMYK 0 0.02 0.18 0.56
HSL 54º 0.1% 0.4% -
HSV(B) 54º 0.18% 0.44% -
XYZ 14.47 15.67 12.62 -
YUV 109.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 113 111 93 0 0.02 0.18 0.56 54 0.1 0.4
Hex 71 6F 5D 0 2 12 38 36 A 28
Octal 161 157 135 0 2 22 70 66 12 50
Binary 1110001 1101111 1011101 0 10 10010 111000 110110 1010 101000

Color Harmonies of #716F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F5D

Black with #716F5D

Text Example


Text Example

White with #716F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716F5D; }

 p { color: rgb(113,111,93); }

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

background-color css

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

 a { background-color: rgb(113,111,93); }

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

border-color css

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

 span { border-color: rgb(113,111,93); }

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