Html Css Color HEX #716E63 Flint

📋 copy color: '#716E63'

red 113 ◦ green 110 ◦ blue 99

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

Shades of Flint #716E63

Tints of Flint #716E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 35.09%
G = 34.16%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716E63 (or 0x716E63) is known color: Flint. HEX triplet: 71, 6E and 63. RGB value is (113,110,99). Sum of RGB (Red+Green+Blue) = 113+110+99=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #716E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E63 is #8E919C. Grayscale: #6D6D6D. Windows color (decimal): -9343389 or 6516337. OLE color: 6516337.

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

Color convert

RGB 113 110 99 -
CMYK 0 0.03 0.12 0.56
HSL 47.14º 0.07% 0.42% -
HSV(B) 47.14º 0.12% 0.44% -
XYZ 14.64 15.56 14.04 -
YUV 109.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 113 110 99 0 0.03 0.12 0.56 47.14 0.07 0.42
Hex 71 6E 63 0 3 C 38 2F 7 2A
Octal 161 156 143 0 3 14 70 57 7 52
Binary 1110001 1101110 1100011 0 11 1100 111000 101111 111 101010

Color Harmonies of #716E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E63

Black with #716E63

Text Example


Text Example

White with #716E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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