Html Css Color HEX #613E55 Finn

📋 copy color: '#613E55'

red 97 ◦ green 62 ◦ blue 85

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

Shades of Finn #613E55

Tints of Finn #613E55

RGB

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

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

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

R = 39.75%
G = 25.41%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#613E55 (or 0x613E55) is known color: Finn. HEX triplet: 61, 3E and 55. RGB value is (97,62,85). Sum of RGB (Red+Green+Blue) = 97+62+85=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #613E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E55 is #9EC1AA. Grayscale: #4B4B4B. Windows color (decimal): -10404267 or 5586529. OLE color: 5586529.

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

Color convert

RGB 97 62 85 -
CMYK 0 0.36 0.12 0.62
HSL 320.57º 0.22% 0.31% -
HSV(B) 320.57º 0.36% 0.38% -
XYZ 8.29 6.64 9.44 -
YUV 75.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 97 62 85 0 0.36 0.12 0.62 320.57 0.22 0.31
Hex 61 3E 55 0 24 C 3E 141 16 1F
Octal 141 76 125 0 44 14 76 501 26 37
Binary 1100001 111110 1010101 0 100100 1100 111110 101000001 10110 11111

Color Harmonies of #613E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E55

Black with #613E55

Text Example


Text Example

White with #613E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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