#614049

Color #614049 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #614049

Tints of Tawny Port #614049

Color information

#614049 (or 0x614049) is unknown color: approx 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

RGB976473-
CMYK00.340.250.62
HSL343.64º20.5%31.57%-
HSV(B)343.64º34.02%38.04%-
XYZ7.976.697.17-
YUV74.89126.93143.77-

RGB Variations

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

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.20%
R=41.45%
G=27.35%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97647300.340.250.62343.6420.531.57
Hex614049022193E1581420
Octal14110011104231765302440
Binary11000011000000100100101000101100111111010101100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>