Html Css Color HEX #614755 Finn

📋 copy color: '#614755'

red 97 ◦ green 71 ◦ blue 85

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

Shades of Finn #614755

Tints of Finn #614755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 38.34%
G = 28.06%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#614755 (or 0x614755) is known color: Finn. HEX triplet: 61, 47 and 55. RGB value is (97,71,85). Sum of RGB (Red+Green+Blue) = 97+71+85=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614755 is #9EB8AA. Grayscale: #505050. Windows color (decimal): -10401963 or 5588833. OLE color: 5588833.

HSL color Cylindrical-coordinate representation of color #614755: hue angle of 327.69º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614755 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 85 -
CMYK 0 0.27 0.12 0.62
HSL 327.69º 0.15% 0.33% -
HSV(B) 327.69º 0.27% 0.38% -
XYZ 8.82 7.7 9.62 -
YUV 80.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 97 71 85 0 0.27 0.12 0.62 327.69 0.15 0.33
Hex 61 47 55 0 1B C 3E 148 F 21
Octal 141 107 125 0 33 14 76 510 17 41
Binary 1100001 1000111 1010101 0 11011 1100 111110 101001000 1111 100001

Color Harmonies of #614755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614755

Black with #614755

Text Example


Text Example

White with #614755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614755; }

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

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

background-color css

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

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

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

border-color css

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

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

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