Html Css Color HEX #614049 Tawny Port

📋 copy color: '#614049'

red 97 ◦ green 64 ◦ blue 73

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

Shades of Tawny Port #614049

Tints of Tawny Port #614049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 41.45%
G = 27.35%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#614049 (or 0x614049) is known color: Tawny Port. HEX triplet: 61, 40 and 49. RGB value is (97,64,73). Sum of RGB (Red+Green+Blue) = 97+64+73=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614049 is #9EBFB6. Grayscale: #4A4A4A. Windows color (decimal): -10403767 or 4800609. OLE color: 4800609.

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

Color convert

RGB 97 64 73 -
CMYK 0 0.34 0.25 0.62
HSL 343.64º 0.2% 0.32% -
HSV(B) 343.64º 0.34% 0.38% -
XYZ 7.97 6.69 7.17 -
YUV 74.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 97 64 73 0 0.34 0.25 0.62 343.64 0.2 0.32
Hex 61 40 49 0 22 19 3E 158 14 20
Octal 141 100 111 0 42 31 76 530 24 40
Binary 1100001 1000000 1001001 0 100010 11001 111110 101011000 10100 100000

Color Harmonies of #614049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614049

Black with #614049

Text Example


Text Example

White with #614049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614049; }

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

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

background-color css

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

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

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

border-color css

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

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

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