#603A4E

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

Shades of Tawny Port #603A4E

Tints of Tawny Port #603A4E

Color information

#603A4E (or 0x603A4E) is unknown color: approx Tawny Port. HEX triplet: 60, 3A and 4E. RGB value is (96,58,78). Sum of RGB (Red+Green+Blue) = 96+58+78=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A4E is #9FC5B1. Grayscale: #474747. Windows color (decimal): -10470834 or 5126752. OLE color: 5126752.

HSL color Cylindrical-coordinate representation of color #603A4E: hue angle of 328.42º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A4E is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB965878-
CMYK00.400.190.62
HSL328.42º24.68%30.2%-
HSV(B)328.42º39.58%37.65%-
XYZ7.716.067.97-
YUV71.64131.59145.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=41.38%
G=25%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96587800.400.190.62328.4224.6830.2
Hex603A4E028133E148191e
Octal1407211605023765103136
Binary110000011101010011100101000100111111101010010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A4E; }

 p { color: rgb(96,58,78); }

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

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

 a { background-color: rgb(96,58,78); }

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

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

 span { border-color: rgb(96,58,78); }

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