Html Css Color HEX #614954 Finn

📋 copy color: '#614954'

red 97 ◦ green 73 ◦ blue 84

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

Shades of Finn #614954

Tints of Finn #614954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 38.19%
G = 28.74%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#614954 (or 0x614954) is known color: Finn. HEX triplet: 61, 49 and 54. RGB value is (97,73,84). Sum of RGB (Red+Green+Blue) = 97+73+84=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #614954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614954 is #9EB6AB. Grayscale: #515151. Windows color (decimal): -10401452 or 5523809. OLE color: 5523809.

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

Color convert

RGB 97 73 84 -
CMYK 0 0.25 0.13 0.62
HSL 332.5º 0.14% 0.33% -
HSV(B) 332.5º 0.25% 0.38% -
XYZ 8.91 7.95 9.45 -
YUV 81.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 97 73 84 0 0.25 0.13 0.62 332.5 0.14 0.33
Hex 61 49 54 0 19 D 3E 14C E 21
Octal 141 111 124 0 31 15 76 514 16 41
Binary 1100001 1001001 1010100 0 11001 1101 111110 101001100 1110 100001

Color Harmonies of #614954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614954

Black with #614954

Text Example


Text Example

White with #614954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614954; }

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

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

background-color css

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

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

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

border-color css

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

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

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