Html Css Color HEX #717251 Finch

📋 copy color: '#717251'

red 113 ◦ green 114 ◦ blue 81

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

Shades of Finch #717251

Tints of Finch #717251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 36.69%
G = 37.01%
B = 26.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#717251 (or 0x717251) is known color: Finch. HEX triplet: 71, 72 and 51. RGB value is (113,114,81). Sum of RGB (Red+Green+Blue) = 113+114+81=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #717251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717251 is #8E8DAE. Grayscale: #6E6E6E. Windows color (decimal): -9342383 or 5337713. OLE color: 5337713.

HSL color Cylindrical-coordinate representation of color #717251: hue angle of 61.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #717251 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 81 -
CMYK 0.01 0 0.29 0.55
HSL 61.82º 0.17% 0.38% -
HSV(B) 61.82º 0.29% 0.45% -
XYZ 14.31 16.14 10.15 -
YUV 109.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 113 114 81 0.01 0 0.29 0.55 61.82 0.17 0.38
Hex 71 72 51 1 0 1D 37 3E 11 26
Octal 161 162 121 1 0 35 67 76 21 46
Binary 1110001 1110010 1010001 1 0 11101 110111 111110 10001 100110

Color Harmonies of #717251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717251

Black with #717251

Text Example


Text Example

White with #717251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717251; }

 p { color: rgb(113,114,81); }

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

background-color css

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

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

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

border-color css

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

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

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