#603A4C

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

Shades of Tawny Port #603A4C

Tints of Tawny Port #603A4C

Color information

#603A4C (or 0x603A4C) is unknown color: approx Tawny Port. HEX triplet: 60, 3A and 4C. RGB value is (96,58,76). Sum of RGB (Red+Green+Blue) = 96+58+76=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A4C is #9FC5B3. Grayscale: #474747. Windows color (decimal): -10470836 or 4995680. OLE color: 4995680.

HSL color Cylindrical-coordinate representation of color #603A4C: hue angle of 331.58º 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 #603A4C is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB965876-
CMYK00.400.210.62
HSL331.58º24.68%30.2%-
HSV(B)331.58º39.58%37.65%-
XYZ7.646.037.6-
YUV71.41130.59145.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=41.74%
G=25.22%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96587600.400.210.62331.5824.6830.2
Hex603A4C028153E14c191e
Octal1407211405025765143136
Binary110000011101010011000101000101011111101010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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