#603041

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

Shades of Tawny Port #603041

Tints of Tawny Port #603041

Color information

#603041 (or 0x603041) is unknown color: approx Tawny Port. HEX triplet: 60, 30 and 41. RGB value is (96,48,65). Sum of RGB (Red+Green+Blue) = 96+48+65=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603041 is #9FCFBE. Grayscale: #404040. Windows color (decimal): -10473407 or 4272224. OLE color: 4272224.

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

Color convert

RGB964865-
CMYK00.500.320.62
HSL338.75º33.33%28.24%-
HSV(B)338.75º50%37.65%-
XYZ6.834.985.6-
YUV64.29128.4150.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=45.93%
G=22.97%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96486500.500.320.62338.7533.3328.24
Hex603041032203E153211c
Octal1406010106240765234134
Binary11000001100001000001011001010000011111010101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603041; }

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

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

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

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

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

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

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

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