#60324A

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

Shades of Tawny Port #60324A

Tints of Tawny Port #60324A

Color information

#60324A (or 0x60324A) is unknown color: approx Tawny Port. HEX triplet: 60, 32 and 4A. RGB value is (96,50,74). Sum of RGB (Red+Green+Blue) = 96+50+74=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #60324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60324A is #9FCDB5. Grayscale: #424242. Windows color (decimal): -10472886 or 4862560. OLE color: 4862560.

HSL color Cylindrical-coordinate representation of color #60324A: hue angle of 328.7º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60324A is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB965074-
CMYK00.480.230.62
HSL328.7º31.51%28.63%-
HSV(B)328.7º47.92%37.65%-
XYZ7.25.267.11-
YUV66.49132.24149.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=43.64%
G=22.73%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96507400.480.230.62328.731.5128.63
Hex60324A030173E149201d
Octal1406211206027765114035
Binary1100000110010100101001100001011111111010100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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