Html Css Color HEX #614551 Finn

📋 copy color: '#614551'

red 97 ◦ green 69 ◦ blue 81

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

Shades of Finn #614551

Tints of Finn #614551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 39.27%
G = 27.94%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#614551 (or 0x614551) is known color: Finn. HEX triplet: 61, 45 and 51. RGB value is (97,69,81). Sum of RGB (Red+Green+Blue) = 97+69+81=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614551 is #9EBAAE. Grayscale: #4E4E4E. Windows color (decimal): -10402479 or 5326177. OLE color: 5326177.

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

Color convert

RGB 97 69 81 -
CMYK 0 0.29 0.16 0.62
HSL 334.29º 0.17% 0.33% -
HSV(B) 334.29º 0.29% 0.38% -
XYZ 8.54 7.39 8.76 -
YUV 78.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 97 69 81 0 0.29 0.16 0.62 334.29 0.17 0.33
Hex 61 45 51 0 1D 10 3E 14E 11 21
Octal 141 105 121 0 35 20 76 516 21 41
Binary 1100001 1000101 1010001 0 11101 10000 111110 101001110 10001 100001

Color Harmonies of #614551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614551

Black with #614551

Text Example


Text Example

White with #614551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614551; }

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

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

background-color css

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

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

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

border-color css

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

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

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