Html Css Color HEX #615057 Finn

📋 copy color: '#615057'

red 97 ◦ green 80 ◦ blue 87

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

Shades of Finn #615057

Tints of Finn #615057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 36.74%
G = 30.3%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#615057 (or 0x615057) is known color: Finn. HEX triplet: 61, 50 and 57. RGB value is (97,80,87). Sum of RGB (Red+Green+Blue) = 97+80+87=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615057 is #9EAFA8. Grayscale: #555555. Windows color (decimal): -10399657 or 5722209. OLE color: 5722209.

HSL color Cylindrical-coordinate representation of color #615057: hue angle of 335.29º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #615057 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 87 -
CMYK 0 0.18 0.10 0.62
HSL 335.29º 0.1% 0.35% -
HSV(B) 335.29º 0.18% 0.38% -
XYZ 9.52 8.97 10.25 -
YUV 85.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 97 80 87 0 0.18 0.10 0.62 335.29 0.1 0.35
Hex 61 50 57 0 12 A 3E 14F A 23
Octal 141 120 127 0 22 12 76 517 12 43
Binary 1100001 1010000 1010111 0 10010 1010 111110 101001111 1010 100011

Color Harmonies of #615057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615057

Black with #615057

Text Example


Text Example

White with #615057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615057; }

 p { color: rgb(97,80,87); }

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

background-color css

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

 a { background-color: rgb(97,80,87); }

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

border-color css

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

 span { border-color: rgb(97,80,87); }

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