Html Css Color HEX #614756 Finn

📋 copy color: '#614756'

red 97 ◦ green 71 ◦ blue 86

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

Shades of Finn #614756

Tints of Finn #614756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 38.19%
G = 27.95%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#614756 (or 0x614756) is known color: Finn. HEX triplet: 61, 47 and 56. RGB value is (97,71,86). Sum of RGB (Red+Green+Blue) = 97+71+86=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #614756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614756 is #9EB8A9. Grayscale: #505050. Windows color (decimal): -10401962 or 5654369. OLE color: 5654369.

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

Color convert

RGB 97 71 86 -
CMYK 0 0.27 0.11 0.62
HSL 325.38º 0.15% 0.33% -
HSV(B) 325.38º 0.27% 0.38% -
XYZ 8.86 7.72 9.83 -
YUV 80.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 97 71 86 0 0.27 0.11 0.62 325.38 0.15 0.33
Hex 61 47 56 0 1B B 3E 145 F 21
Octal 141 107 126 0 33 13 76 505 17 41
Binary 1100001 1000111 1010110 0 11011 1011 111110 101000101 1111 100001

Color Harmonies of #614756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614756

Black with #614756

Text Example


Text Example

White with #614756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614756; }

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

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

background-color css

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

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

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

border-color css

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

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

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