#604046

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

Shades of Tawny Port #604046

Tints of Tawny Port #604046

Color information

#604046 (or 0x604046) is unknown color: approx Tawny Port. HEX triplet: 60, 40 and 46. RGB value is (96,64,70). Sum of RGB (Red+Green+Blue) = 96+64+70=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604046 is #9FBFB9. Grayscale: #4A4A4A. Windows color (decimal): -10469306 or 4604000. OLE color: 4604000.

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

Color convert

RGB966470-
CMYK00.330.270.62
HSL348.75º20%31.37%-
HSV(B)348.75º33.33%37.65%-
XYZ7.766.66.66-
YUV74.25125.6143.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=41.74%
G=27.83%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96647000.330.270.62348.752031.37
Hex6040460211B3E15d141f
Octal14010010604133765352437
Binary1100000100000010001100100001110111111101010111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604046; }

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

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

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

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

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

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

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

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