Html Css Color HEX #614754 Finn

📋 copy color: '#614754'

red 97 ◦ green 71 ◦ blue 84

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

Shades of Finn #614754

Tints of Finn #614754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 38.49%
G = 28.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#614754 (or 0x614754) is known color: Finn. HEX triplet: 61, 47 and 54. RGB value is (97,71,84). Sum of RGB (Red+Green+Blue) = 97+71+84=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #614754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614754 is #9EB8AB. Grayscale: #505050. Windows color (decimal): -10401964 or 5523297. OLE color: 5523297.

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

Color convert

RGB 97 71 84 -
CMYK 0 0.27 0.13 0.62
HSL 330º 0.15% 0.33% -
HSV(B) 330º 0.27% 0.38% -
XYZ 8.78 7.69 9.41 -
YUV 80.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 97 71 84 0 0.27 0.13 0.62 330 0.15 0.33
Hex 61 47 54 0 1B D 3E 14A F 21
Octal 141 107 124 0 33 15 76 512 17 41
Binary 1100001 1000111 1010100 0 11011 1101 111110 101001010 1111 100001

Color Harmonies of #614754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614754

Black with #614754

Text Example


Text Example

White with #614754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614754; }

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

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

background-color css

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

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

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

border-color css

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

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

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