Html Css Color HEX #716C5D Flint

📋 copy color: '#716C5D'

red 113 ◦ green 108 ◦ blue 93

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

Shades of Flint #716C5D

Tints of Flint #716C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 35.99%
G = 34.39%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#716C5D (or 0x716C5D) is known color: Flint. HEX triplet: 71, 6C and 5D. RGB value is (113,108,93). Sum of RGB (Red+Green+Blue) = 113+108+93=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C5D is #8E93A2. Grayscale: #6B6B6B. Windows color (decimal): -9343907 or 6122609. OLE color: 6122609.

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

Color convert

RGB 113 108 93 -
CMYK 0 0.04 0.18 0.56
HSL 45º 0.1% 0.4% -
HSV(B) 45º 0.18% 0.44% -
XYZ 14.15 15.03 12.51 -
YUV 107.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 113 108 93 0 0.04 0.18 0.56 45 0.1 0.4
Hex 71 6C 5D 0 4 12 38 2D A 28
Octal 161 154 135 0 4 22 70 55 12 50
Binary 1110001 1101100 1011101 0 100 10010 111000 101101 1010 101000

Color Harmonies of #716C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C5D

Black with #716C5D

Text Example


Text Example

White with #716C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,108,93); }

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

background-color css

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

 a { background-color: rgb(113,108,93); }

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

border-color css

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

 span { border-color: rgb(113,108,93); }

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