Html Css Color HEX #614951 Finn

📋 copy color: '#614951'

red 97 ◦ green 73 ◦ blue 81

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

Shades of Finn #614951

Tints of Finn #614951

RGB

 RED value IS 97 (38.28% from 255) = 38.65%

 GREEN value IS 73 (28.91% from 255) = 29.08%

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

R = 38.65%
G = 29.08%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#614951 (or 0x614951) is known color: Finn. HEX triplet: 61, 49 and 51. RGB value is (97,73,81). Sum of RGB (Red+Green+Blue) = 97+73+81=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614951 is #9EB6AE. Grayscale: #515151. Windows color (decimal): -10401455 or 5327201. OLE color: 5327201.

HSL color Cylindrical-coordinate representation of color #614951: hue angle of 340º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #614951 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 81 -
CMYK 0 0.25 0.16 0.62
HSL 340º 0.14% 0.33% -
HSV(B) 340º 0.25% 0.38% -
XYZ 8.8 7.9 8.85 -
YUV 81.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 97 73 81 0 0.25 0.16 0.62 340 0.14 0.33
Hex 61 49 51 0 19 10 3E 154 E 21
Octal 141 111 121 0 31 20 76 524 16 41
Binary 1100001 1001001 1010001 0 11001 10000 111110 101010100 1110 100001

Color Harmonies of #614951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614951

Black with #614951

Text Example


Text Example

White with #614951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614951; }

 p { color: rgb(97,73,81); }

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

background-color css

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

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

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

border-color css

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

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

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