#604149

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

Shades of Tawny Port #604149

Tints of Tawny Port #604149

Color information

#604149 (or 0x604149) is unknown color: approx Tawny Port. HEX triplet: 60, 41 and 49. RGB value is (96,65,73). Sum of RGB (Red+Green+Blue) = 96+65+73=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604149 is #9FBEB6. Grayscale: #4B4B4B. Windows color (decimal): -10469047 or 4800864. OLE color: 4800864.

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

Color convert

RGB966573-
CMYK00.320.240.62
HSL344.52º19.25%31.57%-
HSV(B)344.52º32.29%37.65%-
XYZ7.926.757.19-
YUV75.18126.77142.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=41.03%
G=27.78%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96657300.320.240.62344.5219.2531.57
Hex604149020183E1591320
Octal14010111104030765312340
Binary11000001000001100100101000001100011111010101100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604149; }

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

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

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

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

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

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

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

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