Html Css Color HEX #717061 Flint

📋 copy color: '#717061'

red 113 ◦ green 112 ◦ blue 97

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

Shades of Flint #717061

Tints of Flint #717061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 35.09%
G = 34.78%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#717061 (or 0x717061) is known color: Flint. HEX triplet: 71, 70 and 61. RGB value is (113,112,97). Sum of RGB (Red+Green+Blue) = 113+112+97=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #717061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717061 is #8E8F9E. Grayscale: #6E6E6E. Windows color (decimal): -9342879 or 6385777. OLE color: 6385777.

HSL color Cylindrical-coordinate representation of color #717061: hue angle of 56.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 #717061 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 97 -
CMYK 0 0.01 0.14 0.56
HSL 56.25º 0.08% 0.41% -
HSV(B) 56.25º 0.14% 0.44% -
XYZ 14.76 15.96 13.61 -
YUV 110.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 113 112 97 0 0.01 0.14 0.56 56.25 0.08 0.41
Hex 71 70 61 0 1 E 38 38 8 29
Octal 161 160 141 0 1 16 70 70 10 51
Binary 1110001 1110000 1100001 0 1 1110 111000 111000 1000 101001

Color Harmonies of #717061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717061

Black with #717061

Text Example


Text Example

White with #717061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717061; }

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

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

background-color css

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

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

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

border-color css

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

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

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