#604048

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

Shades of Tawny Port #604048

Tints of Tawny Port #604048

Color information

#604048 (or 0x604048) is unknown color: approx Tawny Port. HEX triplet: 60, 40 and 48. RGB value is (96,64,72). Sum of RGB (Red+Green+Blue) = 96+64+72=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604048 is #9FBFB7. Grayscale: #4A4A4A. Windows color (decimal): -10469304 or 4735072. OLE color: 4735072.

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

Color convert

RGB966472-
CMYK00.330.250.62
HSL345º20%31.37%-
HSV(B)345º33.33%37.65%-
XYZ7.836.627-
YUV74.48126.6143.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

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
Decimal96647200.330.250.623452031.37
Hex604048021193E159141f
Octal14010011004131765312437
Binary1100000100000010010000100001110011111101010110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604048; }

 p { color: rgb(96,64,72); }

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

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

 a { background-color: rgb(96,64,72); }

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

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

 span { border-color: rgb(96,64,72); }

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