#603044

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

Shades of Tawny Port #603044

Tints of Tawny Port #603044

Color information

#603044 (or 0x603044) is unknown color: approx Tawny Port. HEX triplet: 60, 30 and 44. RGB value is (96,48,68). Sum of RGB (Red+Green+Blue) = 96+48+68=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603044 is #9FCFBB. Grayscale: #404040. Windows color (decimal): -10473404 or 4468832. OLE color: 4468832.

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

Color convert

RGB964868-
CMYK00.500.290.62
HSL335º33.33%28.24%-
HSV(B)335º50%37.65%-
XYZ6.925.026.07-
YUV64.63129.9150.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 68 (26.95% from 255) = 32.08%
R=45.28%
G=22.64%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96486800.500.290.6233533.3328.24
Hex6030440321D3E14f211c
Octal1406010406235765174134
Binary1100000110000100010001100101110111111010100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603044; }

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

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

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

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

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

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

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

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