Html Css Color HEX #614154 Finn

📋 copy color: '#614154'

red 97 ◦ green 65 ◦ blue 84

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

Shades of Finn #614154

Tints of Finn #614154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 39.43%
G = 26.42%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#614154 (or 0x614154) is known color: Finn. HEX triplet: 61, 41 and 54. RGB value is (97,65,84). Sum of RGB (Red+Green+Blue) = 97+65+84=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #614154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614154 is #9EBEAB. Grayscale: #4C4C4C. Windows color (decimal): -10403500 or 5521761. OLE color: 5521761.

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

Color convert

RGB 97 65 84 -
CMYK 0 0.33 0.13 0.62
HSL 324.38º 0.2% 0.32% -
HSV(B) 324.38º 0.33% 0.38% -
XYZ 8.42 6.96 9.29 -
YUV 76.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 97 65 84 0 0.33 0.13 0.62 324.38 0.2 0.32
Hex 61 41 54 0 21 D 3E 144 14 20
Octal 141 101 124 0 41 15 76 504 24 40
Binary 1100001 1000001 1010100 0 100001 1101 111110 101000100 10100 100000

Color Harmonies of #614154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614154

Black with #614154

Text Example


Text Example

White with #614154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614154; }

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

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

background-color css

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

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

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

border-color css

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

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

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