Html Css Color HEX #716F5A Flint

📋 copy color: '#716F5A'

red 113 ◦ green 111 ◦ blue 90

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

Shades of Flint #716F5A

Tints of Flint #716F5A

RGB

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

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

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

R = 35.99%
G = 35.35%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#716F5A (or 0x716F5A) is known color: Flint. HEX triplet: 71, 6F and 5A. RGB value is (113,111,90). Sum of RGB (Red+Green+Blue) = 113+111+90=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F5A is #8E90A5. Grayscale: #6D6D6D. Windows color (decimal): -9343142 or 5926769. OLE color: 5926769.

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

Color convert

RGB 113 111 90 -
CMYK 0 0.02 0.20 0.56
HSL 54.78º 0.11% 0.4% -
HSV(B) 54.78º 0.2% 0.44% -
XYZ 14.34 15.62 11.93 -
YUV 109.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 113 111 90 0 0.02 0.20 0.56 54.78 0.11 0.4
Hex 71 6F 5A 0 2 14 38 37 B 28
Octal 161 157 132 0 2 24 70 67 13 50
Binary 1110001 1101111 1011010 0 10 10100 111000 110111 1011 101000

Color Harmonies of #716F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F5A

Black with #716F5A

Text Example


Text Example

White with #716F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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