Html Css Color HEX #614955 Finn

📋 copy color: '#614955'

red 97 ◦ green 73 ◦ blue 85

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

Shades of Finn #614955

Tints of Finn #614955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 38.04%
G = 28.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#614955 (or 0x614955) is known color: Finn. HEX triplet: 61, 49 and 55. RGB value is (97,73,85). Sum of RGB (Red+Green+Blue) = 97+73+85=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614955 is #9EB6AA. Grayscale: #515151. Windows color (decimal): -10401451 or 5589345. OLE color: 5589345.

HSL color Cylindrical-coordinate representation of color #614955: hue angle of 330º 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 #614955 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 85 -
CMYK 0 0.25 0.12 0.62
HSL 330º 0.14% 0.33% -
HSV(B) 330º 0.25% 0.38% -
XYZ 8.95 7.96 9.66 -
YUV 81.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 97 73 85 0 0.25 0.12 0.62 330 0.14 0.33
Hex 61 49 55 0 19 C 3E 14A E 21
Octal 141 111 125 0 31 14 76 512 16 41
Binary 1100001 1001001 1010101 0 11001 1100 111110 101001010 1110 100001

Color Harmonies of #614955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614955

Black with #614955

Text Example


Text Example

White with #614955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614955; }

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

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

background-color css

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

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

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

border-color css

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

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

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