Html Css Color HEX #614854 Finn

📋 copy color: '#614854'

red 97 ◦ green 72 ◦ blue 84

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

Shades of Finn #614854

Tints of Finn #614854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 38.34%
G = 28.46%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#614854 (or 0x614854) is known color: Finn. HEX triplet: 61, 48 and 54. RGB value is (97,72,84). Sum of RGB (Red+Green+Blue) = 97+72+84=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614854 is #9EB7AB. Grayscale: #505050. Windows color (decimal): -10401708 or 5523553. OLE color: 5523553.

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

Color convert

RGB 97 72 84 -
CMYK 0 0.26 0.13 0.62
HSL 331.2º 0.15% 0.33% -
HSV(B) 331.2º 0.26% 0.38% -
XYZ 8.85 7.82 9.43 -
YUV 80.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 97 72 84 0 0.26 0.13 0.62 331.2 0.15 0.33
Hex 61 48 54 0 1A D 3E 14B F 21
Octal 141 110 124 0 32 15 76 513 17 41
Binary 1100001 1001000 1010100 0 11010 1101 111110 101001011 1111 100001

Color Harmonies of #614854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614854

Black with #614854

Text Example


Text Example

White with #614854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614854; }

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

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

background-color css

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

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

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

border-color css

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

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

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