Html Css Color HEX #614450 Finn

📋 copy color: '#614450'

red 97 ◦ green 68 ◦ blue 80

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

Shades of Finn #614450

Tints of Finn #614450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 39.59%
G = 27.76%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#614450 (or 0x614450) is known color: Finn. HEX triplet: 61, 44 and 50. RGB value is (97,68,80). Sum of RGB (Red+Green+Blue) = 97+68+80=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #614450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614450 is #9EBBAF. Grayscale: #4E4E4E. Windows color (decimal): -10402736 or 5260385. OLE color: 5260385.

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

Color convert

RGB 97 68 80 -
CMYK 0 0.30 0.18 0.62
HSL 335.17º 0.18% 0.32% -
HSV(B) 335.17º 0.3% 0.38% -
XYZ 8.44 7.25 8.54 -
YUV 78.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 97 68 80 0 0.30 0.18 0.62 335.17 0.18 0.32
Hex 61 44 50 0 1E 12 3E 14F 12 20
Octal 141 104 120 0 36 22 76 517 22 40
Binary 1100001 1000100 1010000 0 11110 10010 111110 101001111 10010 100000

Color Harmonies of #614450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614450

Black with #614450

Text Example


Text Example

White with #614450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614450; }

 p { color: rgb(97,68,80); }

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

background-color css

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

 a { background-color: rgb(97,68,80); }

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

border-color css

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

 span { border-color: rgb(97,68,80); }

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