Html Css Color HEX #615058 Finn

📋 copy color: '#615058'

red 97 ◦ green 80 ◦ blue 88

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

Shades of Finn #615058

Tints of Finn #615058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 36.6%
G = 30.19%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#615058 (or 0x615058) is known color: Finn. HEX triplet: 61, 50 and 58. RGB value is (97,80,88). Sum of RGB (Red+Green+Blue) = 97+80+88=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615058 is #9EAFA7. Grayscale: #555555. Windows color (decimal): -10399656 or 5787745. OLE color: 5787745.

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

Color convert

RGB 97 80 88 -
CMYK 0 0.18 0.09 0.62
HSL 331.76º 0.1% 0.35% -
HSV(B) 331.76º 0.18% 0.38% -
XYZ 9.56 8.98 10.46 -
YUV 86 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 97 80 88 0 0.18 0.09 0.62 331.76 0.1 0.35
Hex 61 50 58 0 12 9 3E 14C A 23
Octal 141 120 130 0 22 11 76 514 12 43
Binary 1100001 1010000 1011000 0 10010 1001 111110 101001100 1010 100011

Color Harmonies of #615058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615058

Black with #615058

Text Example


Text Example

White with #615058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615058; }

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

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

background-color css

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

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

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

border-color css

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

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

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