Html Css Color HEX #614953 Finn

📋 copy color: '#614953'

red 97 ◦ green 73 ◦ blue 83

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

Shades of Finn #614953

Tints of Finn #614953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

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

R = 38.34%
G = 28.85%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#614953 (or 0x614953) is known color: Finn. HEX triplet: 61, 49 and 53. RGB value is (97,73,83). Sum of RGB (Red+Green+Blue) = 97+73+83=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614953 is #9EB6AC. Grayscale: #515151. Windows color (decimal): -10401453 or 5458273. OLE color: 5458273.

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

Color convert

RGB 97 73 83 -
CMYK 0 0.25 0.14 0.62
HSL 335º 0.14% 0.33% -
HSV(B) 335º 0.25% 0.38% -
XYZ 8.87 7.93 9.25 -
YUV 81.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 97 73 83 0 0.25 0.14 0.62 335 0.14 0.33
Hex 61 49 53 0 19 E 3E 14F E 21
Octal 141 111 123 0 31 16 76 517 16 41
Binary 1100001 1001001 1010011 0 11001 1110 111110 101001111 1110 100001

Color Harmonies of #614953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614953

Black with #614953

Text Example


Text Example

White with #614953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614953; }

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

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

background-color css

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

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

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

border-color css

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

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

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