Html Css Color HEX #614856 Finn

📋 copy color: '#614856'

red 97 ◦ green 72 ◦ blue 86

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

Shades of Finn #614856

Tints of Finn #614856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 38.04%
G = 28.24%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#614856 (or 0x614856) is known color: Finn. HEX triplet: 61, 48 and 56. RGB value is (97,72,86). Sum of RGB (Red+Green+Blue) = 97+72+86=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614856 is #9EB7A9. Grayscale: #515151. Windows color (decimal): -10401706 or 5654625. OLE color: 5654625.

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

Color convert

RGB 97 72 86 -
CMYK 0 0.26 0.11 0.62
HSL 326.4º 0.15% 0.33% -
HSV(B) 326.4º 0.26% 0.38% -
XYZ 8.93 7.85 9.85 -
YUV 81.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 97 72 86 0 0.26 0.11 0.62 326.4 0.15 0.33
Hex 61 48 56 0 1A B 3E 146 F 21
Octal 141 110 126 0 32 13 76 506 17 41
Binary 1100001 1001000 1010110 0 11010 1011 111110 101000110 1111 100001

Color Harmonies of #614856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614856

Black with #614856

Text Example


Text Example

White with #614856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614856; }

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

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

background-color css

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

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

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

border-color css

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

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

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