#604047

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

Shades of Tawny Port #604047

Tints of Tawny Port #604047

Color information

#604047 (or 0x604047) is unknown color: approx Tawny Port. HEX triplet: 60, 40 and 47. RGB value is (96,64,71). Sum of RGB (Red+Green+Blue) = 96+64+71=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #604047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604047 is #9FBFB8. Grayscale: #4A4A4A. Windows color (decimal): -10469305 or 4669536. OLE color: 4669536.

HSL color Cylindrical-coordinate representation of color #604047: hue angle of 346.88º 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 #604047 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB966471-
CMYK00.330.260.62
HSL346.88º20%31.37%-
HSV(B)346.88º33.33%37.65%-
XYZ7.796.616.83-
YUV74.37126.1143.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=41.56%
G=27.71%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96647100.330.260.62346.882031.37
Hex6040470211A3E15b141f
Octal14010010704132765332437
Binary1100000100000010001110100001110101111101010110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604047; }

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

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

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

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

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

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

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

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