Html Css Color HEX #614256 Finn

📋 copy color: '#614256'

red 97 ◦ green 66 ◦ blue 86

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

Shades of Finn #614256

Tints of Finn #614256

RGB

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

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

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

R = 38.96%
G = 26.51%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#614256 (or 0x614256) is known color: Finn. HEX triplet: 61, 42 and 56. RGB value is (97,66,86). Sum of RGB (Red+Green+Blue) = 97+66+86=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614256 is #9EBDA9. Grayscale: #4D4D4D. Windows color (decimal): -10403242 or 5653089. OLE color: 5653089.

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

Color convert

RGB 97 66 86 -
CMYK 0 0.32 0.11 0.62
HSL 321.29º 0.19% 0.32% -
HSV(B) 321.29º 0.32% 0.38% -
XYZ 8.56 7.11 9.73 -
YUV 77.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 97 66 86 0 0.32 0.11 0.62 321.29 0.19 0.32
Hex 61 42 56 0 20 B 3E 141 13 20
Octal 141 102 126 0 40 13 76 501 23 40
Binary 1100001 1000010 1010110 0 100000 1011 111110 101000001 10011 100000

Color Harmonies of #614256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614256

Black with #614256

Text Example


Text Example

White with #614256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614256; }

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

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

background-color css

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

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

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

border-color css

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

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

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