Html Css Color HEX #614957 Finn

📋 copy color: '#614957'

red 97 ◦ green 73 ◦ blue 87

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

Shades of Finn #614957

Tints of Finn #614957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 37.74%
G = 28.4%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#614957 (or 0x614957) is known color: Finn. HEX triplet: 61, 49 and 57. RGB value is (97,73,87). Sum of RGB (Red+Green+Blue) = 97+73+87=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614957 is #9EB6A8. Grayscale: #515151. Windows color (decimal): -10401449 or 5720417. OLE color: 5720417.

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

Color convert

RGB 97 73 87 -
CMYK 0 0.25 0.10 0.62
HSL 325º 0.14% 0.33% -
HSV(B) 325º 0.25% 0.38% -
XYZ 9.03 7.99 10.08 -
YUV 81.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 97 73 87 0 0.25 0.10 0.62 325 0.14 0.33
Hex 61 49 57 0 19 A 3E 145 E 21
Octal 141 111 127 0 31 12 76 505 16 41
Binary 1100001 1001001 1010111 0 11001 1010 111110 101000101 1110 100001

Color Harmonies of #614957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614957

Black with #614957

Text Example


Text Example

White with #614957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614957; }

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

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

background-color css

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

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

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

border-color css

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

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

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