Html Css Color HEX #716E5A Flint

📋 copy color: '#716E5A'

red 113 ◦ green 110 ◦ blue 90

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

Shades of Flint #716E5A

Tints of Flint #716E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 36.1%
G = 35.14%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#716E5A (or 0x716E5A) is known color: Flint. HEX triplet: 71, 6E and 5A. RGB value is (113,110,90). Sum of RGB (Red+Green+Blue) = 113+110+90=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E5A is #8E91A5. Grayscale: #6C6C6C. Windows color (decimal): -9343398 or 5926513. OLE color: 5926513.

HSL color Cylindrical-coordinate representation of color #716E5A: hue angle of 52.17º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716E5A is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 90 -
CMYK 0 0.03 0.20 0.56
HSL 52.17º 0.11% 0.4% -
HSV(B) 52.17º 0.2% 0.44% -
XYZ 14.23 15.4 11.9 -
YUV 108.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 113 110 90 0 0.03 0.20 0.56 52.17 0.11 0.4
Hex 71 6E 5A 0 3 14 38 34 B 28
Octal 161 156 132 0 3 24 70 64 13 50
Binary 1110001 1101110 1011010 0 11 10100 111000 110100 1011 101000

Color Harmonies of #716E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E5A

Black with #716E5A

Text Example


Text Example

White with #716E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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