#60324C

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

Shades of Tawny Port #60324C

Tints of Tawny Port #60324C

Color information

#60324C (or 0x60324C) is unknown color: approx Tawny Port. HEX triplet: 60, 32 and 4C. RGB value is (96,50,76). Sum of RGB (Red+Green+Blue) = 96+50+76=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60324C is #9FCDB3. Grayscale: #424242. Windows color (decimal): -10472884 or 4993632. OLE color: 4993632.

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

Color convert

RGB965076-
CMYK00.480.210.62
HSL326.09º31.51%28.63%-
HSV(B)326.09º47.92%37.65%-
XYZ7.275.297.48-
YUV66.72133.24148.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=43.24%
G=22.52%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96507600.480.210.62326.0931.5128.63
Hex60324C030153E146201d
Octal1406211406025765064035
Binary1100000110010100110001100001010111111010100011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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