Html Css Color HEX #614654 Finn

📋 copy color: '#614654'

red 97 ◦ green 70 ◦ blue 84

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

Shades of Finn #614654

Tints of Finn #614654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 38.65%
G = 27.89%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#614654 (or 0x614654) is known color: Finn. HEX triplet: 61, 46 and 54. RGB value is (97,70,84). Sum of RGB (Red+Green+Blue) = 97+70+84=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614654 is #9EB9AB. Grayscale: #4F4F4F. Windows color (decimal): -10402220 or 5523041. OLE color: 5523041.

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

Color convert

RGB 97 70 84 -
CMYK 0 0.28 0.13 0.62
HSL 328.89º 0.16% 0.33% -
HSV(B) 328.89º 0.28% 0.38% -
XYZ 8.72 7.56 9.39 -
YUV 79.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 97 70 84 0 0.28 0.13 0.62 328.89 0.16 0.33
Hex 61 46 54 0 1C D 3E 149 10 21
Octal 141 106 124 0 34 15 76 511 20 41
Binary 1100001 1000110 1010100 0 11100 1101 111110 101001001 10000 100001

Color Harmonies of #614654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614654

Black with #614654

Text Example


Text Example

White with #614654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614654; }

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

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

background-color css

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

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

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

border-color css

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

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

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