Html Css Color HEX #614456 Finn

📋 copy color: '#614456'

red 97 ◦ green 68 ◦ blue 86

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

Shades of Finn #614456

Tints of Finn #614456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 38.65%
G = 27.09%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#614456 (or 0x614456) is known color: Finn. HEX triplet: 61, 44 and 56. RGB value is (97,68,86). Sum of RGB (Red+Green+Blue) = 97+68+86=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614456 is #9EBBA9. Grayscale: #4E4E4E. Windows color (decimal): -10402730 or 5653601. OLE color: 5653601.

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

Color convert

RGB 97 68 86 -
CMYK 0 0.30 0.11 0.62
HSL 322.76º 0.18% 0.32% -
HSV(B) 322.76º 0.3% 0.38% -
XYZ 8.68 7.35 9.77 -
YUV 78.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 97 68 86 0 0.30 0.11 0.62 322.76 0.18 0.32
Hex 61 44 56 0 1E B 3E 143 12 20
Octal 141 104 126 0 36 13 76 503 22 40
Binary 1100001 1000100 1010110 0 11110 1011 111110 101000011 10010 100000

Color Harmonies of #614456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614456

Black with #614456

Text Example


Text Example

White with #614456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614456; }

 p { color: rgb(97,68,86); }

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

background-color css

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

 a { background-color: rgb(97,68,86); }

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

border-color css

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

 span { border-color: rgb(97,68,86); }

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