Html Css Color HEX #613C51 Finn

📋 copy color: '#613C51'

red 97 ◦ green 60 ◦ blue 81

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

Shades of Finn #613C51

Tints of Finn #613C51

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 40.76%
G = 25.21%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#613C51 (or 0x613C51) is known color: Finn. HEX triplet: 61, 3C and 51. RGB value is (97,60,81). Sum of RGB (Red+Green+Blue) = 97+60+81=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #613C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C51 is #9EC3AE. Grayscale: #494949. Windows color (decimal): -10404783 or 5323873. OLE color: 5323873.

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

Color convert

RGB 97 60 81 -
CMYK 0 0.38 0.16 0.62
HSL 325.95º 0.24% 0.31% -
HSV(B) 325.95º 0.38% 0.38% -
XYZ 8.03 6.37 8.59 -
YUV 73.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 97 60 81 0 0.38 0.16 0.62 325.95 0.24 0.31
Hex 61 3C 51 0 26 10 3E 146 18 1F
Octal 141 74 121 0 46 20 76 506 30 37
Binary 1100001 111100 1010001 0 100110 10000 111110 101000110 11000 11111

Color Harmonies of #613C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C51

Black with #613C51

Text Example


Text Example

White with #613C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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