Html Css Color HEX #614255 Finn

📋 copy color: '#614255'

red 97 ◦ green 66 ◦ blue 85

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

Shades of Finn #614255

Tints of Finn #614255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 39.11%
G = 26.61%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#614255 (or 0x614255) is known color: Finn. HEX triplet: 61, 42 and 55. RGB value is (97,66,85). Sum of RGB (Red+Green+Blue) = 97+66+85=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614255 is #9EBDAA. Grayscale: #4D4D4D. Windows color (decimal): -10403243 or 5587553. OLE color: 5587553.

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

Color convert

RGB 97 66 85 -
CMYK 0 0.32 0.12 0.62
HSL 323.23º 0.19% 0.32% -
HSV(B) 323.23º 0.32% 0.38% -
XYZ 8.52 7.09 9.51 -
YUV 77.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 97 66 85 0 0.32 0.12 0.62 323.23 0.19 0.32
Hex 61 42 55 0 20 C 3E 143 13 20
Octal 141 102 125 0 40 14 76 503 23 40
Binary 1100001 1000010 1010101 0 100000 1100 111110 101000011 10011 100000

Color Harmonies of #614255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614255

Black with #614255

Text Example


Text Example

White with #614255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614255; }

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

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

background-color css

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

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

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

border-color css

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

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

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