Html Css Color HEX #614254 Finn

📋 copy color: '#614254'

red 97 ◦ green 66 ◦ blue 84

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

Shades of Finn #614254

Tints of Finn #614254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 39.27%
G = 26.72%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#614254 (or 0x614254) is known color: Finn. HEX triplet: 61, 42 and 54. RGB value is (97,66,84). Sum of RGB (Red+Green+Blue) = 97+66+84=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614254 is #9EBDAB. Grayscale: #4D4D4D. Windows color (decimal): -10403244 or 5522017. OLE color: 5522017.

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

Color convert

RGB 97 66 84 -
CMYK 0 0.32 0.13 0.62
HSL 325.16º 0.19% 0.32% -
HSV(B) 325.16º 0.32% 0.38% -
XYZ 8.48 7.08 9.31 -
YUV 77.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 97 66 84 0 0.32 0.13 0.62 325.16 0.19 0.32
Hex 61 42 54 0 20 D 3E 145 13 20
Octal 141 102 124 0 40 15 76 505 23 40
Binary 1100001 1000010 1010100 0 100000 1101 111110 101000101 10011 100000

Color Harmonies of #614254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614254

Black with #614254

Text Example


Text Example

White with #614254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614254; }

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

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

background-color css

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

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

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

border-color css

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

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

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