Html Css Color HEX #614757 Finn

📋 copy color: '#614757'

red 97 ◦ green 71 ◦ blue 87

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

Shades of Finn #614757

Tints of Finn #614757

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 38.04%
G = 27.84%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#614757 (or 0x614757) is known color: Finn. HEX triplet: 61, 47 and 57. RGB value is (97,71,87). Sum of RGB (Red+Green+Blue) = 97+71+87=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614757 is #9EB8A8. Grayscale: #505050. Windows color (decimal): -10401961 or 5719905. OLE color: 5719905.

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

Color convert

RGB 97 71 87 -
CMYK 0 0.27 0.10 0.62
HSL 323.08º 0.15% 0.33% -
HSV(B) 323.08º 0.27% 0.38% -
XYZ 8.9 7.74 10.04 -
YUV 80.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 97 71 87 0 0.27 0.10 0.62 323.08 0.15 0.33
Hex 61 47 57 0 1B A 3E 143 F 21
Octal 141 107 127 0 33 12 76 503 17 41
Binary 1100001 1000111 1010111 0 11011 1010 111110 101000011 1111 100001

Color Harmonies of #614757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614757

Black with #614757

Text Example


Text Example

White with #614757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614757; }

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

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

background-color css

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

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

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

border-color css

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

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

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