#603046

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

Shades of Tawny Port #603046

Tints of Tawny Port #603046

Color information

#603046 (or 0x603046) is unknown color: approx Tawny Port. HEX triplet: 60, 30 and 46. RGB value is (96,48,70). Sum of RGB (Red+Green+Blue) = 96+48+70=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603046 is #9FCFB9. Grayscale: #404040. Windows color (decimal): -10473402 or 4599904. OLE color: 4599904.

HSL color Cylindrical-coordinate representation of color #603046: hue angle of 332.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603046 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB964870-
CMYK00.500.270.62
HSL332.5º33.33%28.24%-
HSV(B)332.5º50%37.65%-
XYZ6.995.046.4-
YUV64.86130.9150.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=44.86%
G=22.43%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96487000.500.270.62332.533.3328.24
Hex6030460321B3E14c211c
Octal1406010606233765144134
Binary1100000110000100011001100101101111111010100110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603046; }

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

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

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

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

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

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

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

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