Html Css Color HEX #716F5E Flint

📋 copy color: '#716F5E'

red 113 ◦ green 111 ◦ blue 94

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

Shades of Flint #716F5E

Tints of Flint #716F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 35.53%
G = 34.91%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#716F5E (or 0x716F5E) is known color: Flint. HEX triplet: 71, 6F and 5E. RGB value is (113,111,94). Sum of RGB (Red+Green+Blue) = 113+111+94=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F5E is #8E90A1. Grayscale: #6D6D6D. Windows color (decimal): -9343138 or 6188913. OLE color: 6188913.

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

Color convert

RGB 113 111 94 -
CMYK 0 0.02 0.17 0.56
HSL 53.68º 0.09% 0.41% -
HSV(B) 53.68º 0.17% 0.44% -
XYZ 14.51 15.69 12.85 -
YUV 109.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 113 111 94 0 0.02 0.17 0.56 53.68 0.09 0.41
Hex 71 6F 5E 0 2 11 38 36 9 29
Octal 161 157 136 0 2 21 70 66 11 51
Binary 1110001 1101111 1011110 0 10 10001 111000 110110 1001 101001

Color Harmonies of #716F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F5E

Black with #716F5E

Text Example


Text Example

White with #716F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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