Html Css Color HEX #614155 Finn

📋 copy color: '#614155'

red 97 ◦ green 65 ◦ blue 85

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

Shades of Finn #614155

Tints of Finn #614155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 39.27%
G = 26.32%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#614155 (or 0x614155) is known color: Finn. HEX triplet: 61, 41 and 55. RGB value is (97,65,85). Sum of RGB (Red+Green+Blue) = 97+65+85=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614155 is #9EBEAA. Grayscale: #4C4C4C. Windows color (decimal): -10403499 or 5587297. OLE color: 5587297.

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

Color convert

RGB 97 65 85 -
CMYK 0 0.33 0.12 0.62
HSL 322.5º 0.2% 0.32% -
HSV(B) 322.5º 0.33% 0.38% -
XYZ 8.46 6.98 9.5 -
YUV 76.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 97 65 85 0 0.33 0.12 0.62 322.5 0.2 0.32
Hex 61 41 55 0 21 C 3E 142 14 20
Octal 141 101 125 0 41 14 76 502 24 40
Binary 1100001 1000001 1010101 0 100001 1100 111110 101000010 10100 100000

Color Harmonies of #614155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614155

Black with #614155

Text Example


Text Example

White with #614155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614155; }

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

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

background-color css

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

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

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

border-color css

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

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

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