Html Css Color HEX #717161 Finch

📋 copy color: '#717161'

red 113 ◦ green 113 ◦ blue 97

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

Shades of Finch #717161

Tints of Finch #717161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 34.98%
G = 34.98%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#717161 (or 0x717161) is known color: Finch. HEX triplet: 71, 71 and 61. RGB value is (113,113,97). Sum of RGB (Red+Green+Blue) = 113+113+97=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717161 is #8E8E9E. Grayscale: #6F6F6F. Windows color (decimal): -9342623 or 6386033. OLE color: 6386033.

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

Color convert

RGB 113 113 97 -
CMYK 0 0 0.14 0.56
HSL 60º 0.08% 0.41% -
HSV(B) 60º 0.14% 0.44% -
XYZ 14.87 16.18 13.65 -
YUV 111.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 113 113 97 0 0 0.14 0.56 60 0.08 0.41
Hex 71 71 61 0 0 E 38 3C 8 29
Octal 161 161 141 0 0 16 70 74 10 51
Binary 1110001 1110001 1100001 0 0 1110 111000 111100 1000 101001

Color Harmonies of #717161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717161

Black with #717161

Text Example


Text Example

White with #717161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717161; }

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

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

background-color css

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

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

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

border-color css

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

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

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