#60304A

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

Shades of Tawny Port #60304A

Tints of Tawny Port #60304A

Color information

#60304A (or 0x60304A) is unknown color: approx Tawny Port. HEX triplet: 60, 30 and 4A. RGB value is (96,48,74). Sum of RGB (Red+Green+Blue) = 96+48+74=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #60304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60304A is #9FCFB5. Grayscale: #414141. Windows color (decimal): -10473398 or 4862048. OLE color: 4862048.

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

Color convert

RGB964874-
CMYK00.500.230.62
HSL327.5º33.33%28.24%-
HSV(B)327.5º50%37.65%-
XYZ7.125.17.09-
YUV65.32132.9149.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=44.04%
G=22.02%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96487400.500.230.62327.533.3328.24
Hex60304A032173E148211c
Octal1406011206227765104134
Binary1100000110000100101001100101011111111010100100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60304A; }

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

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

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

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

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

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

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

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