Html Css Color HEX #716C61 Flint

📋 copy color: '#716C61'

red 113 ◦ green 108 ◦ blue 97

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

Shades of Flint #716C61

Tints of Flint #716C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 35.53%
G = 33.96%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#716C61 (or 0x716C61) is known color: Flint. HEX triplet: 71, 6C and 61. RGB value is (113,108,97). Sum of RGB (Red+Green+Blue) = 113+108+97=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C61 is #8E939E. Grayscale: #6C6C6C. Windows color (decimal): -9343903 or 6384753. OLE color: 6384753.

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

Color convert

RGB 113 108 97 -
CMYK 0 0.04 0.14 0.56
HSL 41.25º 0.08% 0.41% -
HSV(B) 41.25º 0.14% 0.44% -
XYZ 14.33 15.1 13.47 -
YUV 108.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 113 108 97 0 0.04 0.14 0.56 41.25 0.08 0.41
Hex 71 6C 61 0 4 E 38 29 8 29
Octal 161 154 141 0 4 16 70 51 10 51
Binary 1110001 1101100 1100001 0 100 1110 111000 101001 1000 101001

Color Harmonies of #716C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C61

Black with #716C61

Text Example


Text Example

White with #716C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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