Html Css Color HEX #614557 Finn

📋 copy color: '#614557'

red 97 ◦ green 69 ◦ blue 87

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

Shades of Finn #614557

Tints of Finn #614557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 38.34%
G = 27.27%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#614557 (or 0x614557) is known color: Finn. HEX triplet: 61, 45 and 57. RGB value is (97,69,87). Sum of RGB (Red+Green+Blue) = 97+69+87=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614557 is #9EBAA8. Grayscale: #4F4F4F. Windows color (decimal): -10402473 or 5719393. OLE color: 5719393.

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

Color convert

RGB 97 69 87 -
CMYK 0 0.29 0.10 0.62
HSL 321.43º 0.17% 0.33% -
HSV(B) 321.43º 0.29% 0.38% -
XYZ 8.78 7.49 10 -
YUV 79.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 97 69 87 0 0.29 0.10 0.62 321.43 0.17 0.33
Hex 61 45 57 0 1D A 3E 141 11 21
Octal 141 105 127 0 35 12 76 501 21 41
Binary 1100001 1000101 1010111 0 11101 1010 111110 101000001 10001 100001

Color Harmonies of #614557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614557

Black with #614557

Text Example


Text Example

White with #614557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614557; }

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

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

background-color css

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

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

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

border-color css

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

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

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