Html Css Color HEX #614556 Finn

📋 copy color: '#614556'

red 97 ◦ green 69 ◦ blue 86

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

Shades of Finn #614556

Tints of Finn #614556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 38.49%
G = 27.38%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#614556 (or 0x614556) is known color: Finn. HEX triplet: 61, 45 and 56. RGB value is (97,69,86). Sum of RGB (Red+Green+Blue) = 97+69+86=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #614556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614556 is #9EBAA9. Grayscale: #4F4F4F. Windows color (decimal): -10402474 or 5653857. OLE color: 5653857.

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

Color convert

RGB 97 69 86 -
CMYK 0 0.29 0.11 0.62
HSL 323.57º 0.17% 0.33% -
HSV(B) 323.57º 0.29% 0.38% -
XYZ 8.74 7.47 9.79 -
YUV 79.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 97 69 86 0 0.29 0.11 0.62 323.57 0.17 0.33
Hex 61 45 56 0 1D B 3E 144 11 21
Octal 141 105 126 0 35 13 76 504 21 41
Binary 1100001 1000101 1010110 0 11101 1011 111110 101000100 10001 100001

Color Harmonies of #614556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614556

Black with #614556

Text Example


Text Example

White with #614556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614556; }

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

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

background-color css

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

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

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

border-color css

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

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

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