Html Css Color HEX #716E5E Flint

📋 copy color: '#716E5E'

red 113 ◦ green 110 ◦ blue 94

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

Shades of Flint #716E5E

Tints of Flint #716E5E

RGB

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

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

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

R = 35.65%
G = 34.7%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#716E5E (or 0x716E5E) is known color: Flint. HEX triplet: 71, 6E and 5E. RGB value is (113,110,94). Sum of RGB (Red+Green+Blue) = 113+110+94=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E5E is #8E91A1. Grayscale: #6D6D6D. Windows color (decimal): -9343394 or 6188657. OLE color: 6188657.

HSL color Cylindrical-coordinate representation of color #716E5E: hue angle of 50.53º 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 #716E5E is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 94 -
CMYK 0 0.03 0.17 0.56
HSL 50.53º 0.09% 0.41% -
HSV(B) 50.53º 0.17% 0.44% -
XYZ 14.41 15.47 12.82 -
YUV 109.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 113 110 94 0 0.03 0.17 0.56 50.53 0.09 0.41
Hex 71 6E 5E 0 3 11 38 33 9 29
Octal 161 156 136 0 3 21 70 63 11 51
Binary 1110001 1101110 1011110 0 11 10001 111000 110011 1001 101001

Color Harmonies of #716E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E5E

Black with #716E5E

Text Example


Text Example

White with #716E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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