Html Css Color HEX #716E58 Flint

📋 copy color: '#716E58'

red 113 ◦ green 110 ◦ blue 88

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

Shades of Flint #716E58

Tints of Flint #716E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 36.33%
G = 35.37%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#716E58 (or 0x716E58) is known color: Flint. HEX triplet: 71, 6E and 58. RGB value is (113,110,88). Sum of RGB (Red+Green+Blue) = 113+110+88=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E58 is #8E91A7. Grayscale: #6C6C6C. Windows color (decimal): -9343400 or 5795441. OLE color: 5795441.

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

Color convert

RGB 113 110 88 -
CMYK 0 0.03 0.22 0.56
HSL 52.8º 0.12% 0.39% -
HSV(B) 52.8º 0.22% 0.44% -
XYZ 14.15 15.37 11.45 -
YUV 108.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 113 110 88 0 0.03 0.22 0.56 52.8 0.12 0.39
Hex 71 6E 58 0 3 16 38 35 C 27
Octal 161 156 130 0 3 26 70 65 14 47
Binary 1110001 1101110 1011000 0 11 10110 111000 110101 1100 100111

Color Harmonies of #716E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E58

Black with #716E58

Text Example


Text Example

White with #716E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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