Html Css Color HEX #614C53 Finn

📋 copy color: '#614C53'

red 97 ◦ green 76 ◦ blue 83

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

Shades of Finn #614C53

Tints of Finn #614C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 37.89%
G = 29.69%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#614C53 (or 0x614C53) is known color: Finn. HEX triplet: 61, 4C and 53. RGB value is (97,76,83). Sum of RGB (Red+Green+Blue) = 97+76+83=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #614C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C53 is #9EB3AC. Grayscale: #535353. Windows color (decimal): -10400685 or 5459041. OLE color: 5459041.

HSL color Cylindrical-coordinate representation of color #614C53: hue angle of 340º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #614C53 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 76 83 -
CMYK 0 0.22 0.14 0.62
HSL 340º 0.12% 0.34% -
HSV(B) 340º 0.22% 0.38% -
XYZ 9.08 8.33 9.31 -
YUV 83.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 97 76 83 0 0.22 0.14 0.62 340 0.12 0.34
Hex 61 4C 53 0 16 E 3E 154 C 22
Octal 141 114 123 0 26 16 76 524 14 42
Binary 1100001 1001100 1010011 0 10110 1110 111110 101010100 1100 100010

Color Harmonies of #614C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C53

Black with #614C53

Text Example


Text Example

White with #614C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614C53; }

 p { color: rgb(97,76,83); }

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

background-color css

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

 a { background-color: rgb(97,76,83); }

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

border-color css

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

 span { border-color: rgb(97,76,83); }

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