Html Css Color HEX #614F58 Finn

📋 copy color: '#614F58'

red 97 ◦ green 79 ◦ blue 88

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

Shades of Finn #614F58

Tints of Finn #614F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.92%

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

R = 36.74%
G = 29.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#614F58 (or 0x614F58) is known color: Finn. HEX triplet: 61, 4F and 58. RGB value is (97,79,88). Sum of RGB (Red+Green+Blue) = 97+79+88=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #614F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F58 is #9EB0A7. Grayscale: #555555. Windows color (decimal): -10399912 or 5787489. OLE color: 5787489.

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

Color convert

RGB 97 79 88 -
CMYK 0 0.19 0.09 0.62
HSL 330º 0.1% 0.35% -
HSV(B) 330º 0.19% 0.38% -
XYZ 9.49 8.84 10.44 -
YUV 85.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 97 79 88 0 0.19 0.09 0.62 330 0.1 0.35
Hex 61 4F 58 0 13 9 3E 14A A 23
Octal 141 117 130 0 23 11 76 512 12 43
Binary 1100001 1001111 1011000 0 10011 1001 111110 101001010 1010 100011

Color Harmonies of #614F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F58

Black with #614F58

Text Example


Text Example

White with #614F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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