Html Css Color HEX #716E5F Flint

📋 copy color: '#716E5F'

red 113 ◦ green 110 ◦ blue 95

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

Shades of Flint #716E5F

Tints of Flint #716E5F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 35.53%
G = 34.59%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#716E5F (or 0x716E5F) is known color: Flint. HEX triplet: 71, 6E and 5F. RGB value is (113,110,95). Sum of RGB (Red+Green+Blue) = 113+110+95=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E5F is #8E91A0. Grayscale: #6D6D6D. Windows color (decimal): -9343393 or 6254193. OLE color: 6254193.

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

Color convert

RGB 113 110 95 -
CMYK 0 0.03 0.16 0.56
HSL 50º 0.09% 0.41% -
HSV(B) 50º 0.16% 0.44% -
XYZ 14.45 15.49 13.05 -
YUV 109.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 113 110 95 0 0.03 0.16 0.56 50 0.09 0.41
Hex 71 6E 5F 0 3 10 38 32 9 29
Octal 161 156 137 0 3 20 70 62 11 51
Binary 1110001 1101110 1011111 0 11 10000 111000 110010 1001 101001

Color Harmonies of #716E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E5F

Black with #716E5F

Text Example


Text Example

White with #716E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,110,95); }

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

background-color css

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

 a { background-color: rgb(113,110,95); }

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

border-color css

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

 span { border-color: rgb(113,110,95); }

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