Html Css Color HEX #615059 Finn

📋 copy color: '#615059'

red 97 ◦ green 80 ◦ blue 89

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

Shades of Finn #615059

Tints of Finn #615059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.46%

R = 36.47%
G = 30.08%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#615059 (or 0x615059) is known color: Finn. HEX triplet: 61, 50 and 59. RGB value is (97,80,89). Sum of RGB (Red+Green+Blue) = 97+80+89=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #615059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615059 is #9EAFA6. Grayscale: #565656. Windows color (decimal): -10399655 or 5853281. OLE color: 5853281.

HSL color Cylindrical-coordinate representation of color #615059: hue angle of 328.24º 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 #615059 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 89 -
CMYK 0 0.18 0.08 0.62
HSL 328.24º 0.1% 0.35% -
HSV(B) 328.24º 0.18% 0.38% -
XYZ 9.6 9 10.68 -
YUV 86.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 97 80 89 0 0.18 0.08 0.62 328.24 0.1 0.35
Hex 61 50 59 0 12 8 3E 148 A 23
Octal 141 120 131 0 22 10 76 510 12 43
Binary 1100001 1010000 1011001 0 10010 1000 111110 101001000 1010 100011

Color Harmonies of #615059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615059

Black with #615059

Text Example


Text Example

White with #615059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615059; }

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

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

background-color css

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

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

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

border-color css

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

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

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