Html Css Color HEX #614251 Finn

📋 copy color: '#614251'

red 97 ◦ green 66 ◦ blue 81

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

Shades of Finn #614251

Tints of Finn #614251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

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

R = 39.75%
G = 27.05%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#614251 (or 0x614251) is known color: Finn. HEX triplet: 61, 42 and 51. RGB value is (97,66,81). Sum of RGB (Red+Green+Blue) = 97+66+81=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #614251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614251 is #9EBDAE. Grayscale: #4C4C4C. Windows color (decimal): -10403247 or 5325409. OLE color: 5325409.

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

Color convert

RGB 97 66 81 -
CMYK 0 0.32 0.16 0.62
HSL 330.97º 0.19% 0.32% -
HSV(B) 330.97º 0.32% 0.38% -
XYZ 8.36 7.03 8.7 -
YUV 76.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 97 66 81 0 0.32 0.16 0.62 330.97 0.19 0.32
Hex 61 42 51 0 20 10 3E 14B 13 20
Octal 141 102 121 0 40 20 76 513 23 40
Binary 1100001 1000010 1010001 0 100000 10000 111110 101001011 10011 100000

Color Harmonies of #614251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614251

Black with #614251

Text Example


Text Example

White with #614251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614251; }

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

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

background-color css

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

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

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

border-color css

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

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

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