Html Css Color HEX #614351 Finn

📋 copy color: '#614351'

red 97 ◦ green 67 ◦ blue 81

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

Shades of Finn #614351

Tints of Finn #614351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 39.59%
G = 27.35%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#614351 (or 0x614351) is known color: Finn. HEX triplet: 61, 43 and 51. RGB value is (97,67,81). Sum of RGB (Red+Green+Blue) = 97+67+81=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #614351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614351 is #9EBCAE. Grayscale: #4D4D4D. Windows color (decimal): -10402991 or 5325665. OLE color: 5325665.

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

Color convert

RGB 97 67 81 -
CMYK 0 0.31 0.16 0.62
HSL 332º 0.18% 0.32% -
HSV(B) 332º 0.31% 0.38% -
XYZ 8.42 7.15 8.72 -
YUV 77.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 97 67 81 0 0.31 0.16 0.62 332 0.18 0.32
Hex 61 43 51 0 1F 10 3E 14C 12 20
Octal 141 103 121 0 37 20 76 514 22 40
Binary 1100001 1000011 1010001 0 11111 10000 111110 101001100 10010 100000

Color Harmonies of #614351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614351

Black with #614351

Text Example


Text Example

White with #614351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614351; }

 p { color: rgb(97,67,81); }

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

background-color css

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

 a { background-color: rgb(97,67,81); }

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

border-color css

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

 span { border-color: rgb(97,67,81); }

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