#614149

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

Shades of Tawny Port #614149

Tints of Tawny Port #614149

Color information

#614149 (or 0x614149) is unknown color: approx Tawny Port. HEX triplet: 61, 41 and 49. RGB value is (97,65,73). Sum of RGB (Red+Green+Blue) = 97+65+73=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614149 is #9EBEB6. Grayscale: #4B4B4B. Windows color (decimal): -10403511 or 4800865. OLE color: 4800865.

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

Color convert

RGB976573-
CMYK00.330.250.62
HSL345º19.75%31.76%-
HSV(B)345º32.99%38.04%-
XYZ8.026.87.19-
YUV75.48126.6143.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=41.28%
G=27.66%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97657300.330.250.6234519.7531.76
Hex614149021193E1591420
Octal14110111104131765312440
Binary11000011000001100100101000011100111111010101100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614149; }

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

 H1.HeaderClassName
 {
   color: #614149;
 }
 .AnyTagClassName
 {
   color: #614149;
 }
</style>
background-color css

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

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

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

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

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

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