#603042

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

Shades of Tawny Port #603042

Tints of Tawny Port #603042

Color information

#603042 (or 0x603042) is unknown color: approx Tawny Port. HEX triplet: 60, 30 and 42. RGB value is (96,48,66). Sum of RGB (Red+Green+Blue) = 96+48+66=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603042 is #9FCFBD. Grayscale: #404040. Windows color (decimal): -10473406 or 4337760. OLE color: 4337760.

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

Color convert

RGB964866-
CMYK00.500.310.62
HSL337.5º33.33%28.24%-
HSV(B)337.5º50%37.65%-
XYZ6.864.995.76-
YUV64.4128.9150.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=45.71%
G=22.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96486600.500.310.62337.533.3328.24
Hex6030420321F3E152211c
Octal1406010206237765224134
Binary1100000110000100001001100101111111111010101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603042; }

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

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

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

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

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

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

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

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