#603C48

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

Shades of Tawny Port #603C48

Tints of Tawny Port #603C48

Color information

#603C48 (or 0x603C48) is unknown color: approx Tawny Port. HEX triplet: 60, 3C and 48. RGB value is (96,60,72). Sum of RGB (Red+Green+Blue) = 96+60+72=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #603C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C48 is #9FC3B7. Grayscale: #484848. Windows color (decimal): -10470328 or 4734048. OLE color: 4734048.

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

Color convert

RGB966072-
CMYK00.380.250.62
HSL340º23.08%30.59%-
HSV(B)340º37.5%37.65%-
XYZ7.616.196.92-
YUV72.13127.93145.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96607200.380.250.6234023.0830.59
Hex603C48026193E154171f
Octal1407411004631765242737
Binary110000011110010010000100110110011111101010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,60,72); }

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

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

 a { background-color: rgb(96,60,72); }

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

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

 span { border-color: rgb(96,60,72); }

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