Html Css Color HEX #716D5E Flint

📋 copy color: '#716D5E'

red 113 ◦ green 109 ◦ blue 94

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

Shades of Flint #716D5E

Tints of Flint #716D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 35.76%
G = 34.49%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#716D5E (or 0x716D5E) is known color: Flint. HEX triplet: 71, 6D and 5E. RGB value is (113,109,94). Sum of RGB (Red+Green+Blue) = 113+109+94=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D5E is #8E92A1. Grayscale: #6C6C6C. Windows color (decimal): -9343650 or 6188401. OLE color: 6188401.

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

Color convert

RGB 113 109 94 -
CMYK 0 0.04 0.17 0.56
HSL 47.37º 0.09% 0.41% -
HSV(B) 47.37º 0.17% 0.44% -
XYZ 14.3 15.26 12.78 -
YUV 108.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 113 109 94 0 0.04 0.17 0.56 47.37 0.09 0.41
Hex 71 6D 5E 0 4 11 38 2F 9 29
Octal 161 155 136 0 4 21 70 57 11 51
Binary 1110001 1101101 1011110 0 100 10001 111000 101111 1001 101001

Color Harmonies of #716D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D5E

Black with #716D5E

Text Example


Text Example

White with #716D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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