Html Css Color HEX #716E59 Flint

📋 copy color: '#716E59'

red 113 ◦ green 110 ◦ blue 89

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

Shades of Flint #716E59

Tints of Flint #716E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 36.22%
G = 35.26%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#716E59 (or 0x716E59) is known color: Flint. HEX triplet: 71, 6E and 59. RGB value is (113,110,89). Sum of RGB (Red+Green+Blue) = 113+110+89=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E59 is #8E91A6. Grayscale: #6C6C6C. Windows color (decimal): -9343399 or 5860977. OLE color: 5860977.

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

Color convert

RGB 113 110 89 -
CMYK 0 0.03 0.21 0.56
HSL 52.5º 0.12% 0.4% -
HSV(B) 52.5º 0.21% 0.44% -
XYZ 14.19 15.38 11.67 -
YUV 108.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 113 110 89 0 0.03 0.21 0.56 52.5 0.12 0.4
Hex 71 6E 59 0 3 15 38 34 C 28
Octal 161 156 131 0 3 25 70 64 14 50
Binary 1110001 1101110 1011001 0 11 10101 111000 110100 1100 101000

Color Harmonies of #716E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E59

Black with #716E59

Text Example


Text Example

White with #716E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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