Html Css Color HEX #613E51 Finn

📋 copy color: '#613E51'

red 97 ◦ green 62 ◦ blue 81

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

Shades of Finn #613E51

Tints of Finn #613E51

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.83%

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

R = 40.42%
G = 25.83%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#613E51 (or 0x613E51) is known color: Finn. HEX triplet: 61, 3E and 51. RGB value is (97,62,81). Sum of RGB (Red+Green+Blue) = 97+62+81=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E51 is #9EC1AE. Grayscale: #4A4A4A. Windows color (decimal): -10404271 or 5324385. OLE color: 5324385.

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

Color convert

RGB 97 62 81 -
CMYK 0 0.36 0.16 0.62
HSL 327.43º 0.22% 0.31% -
HSV(B) 327.43º 0.36% 0.38% -
XYZ 8.14 6.58 8.63 -
YUV 74.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 97 62 81 0 0.36 0.16 0.62 327.43 0.22 0.31
Hex 61 3E 51 0 24 10 3E 147 16 1F
Octal 141 76 121 0 44 20 76 507 26 37
Binary 1100001 111110 1010001 0 100100 10000 111110 101000111 10110 11111

Color Harmonies of #613E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E51

Black with #613E51

Text Example


Text Example

White with #613E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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