#60344C

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

Shades of Tawny Port #60344C

Tints of Tawny Port #60344C

Color information

#60344C (or 0x60344C) is unknown color: approx Tawny Port. HEX triplet: 60, 34 and 4C. RGB value is (96,52,76). Sum of RGB (Red+Green+Blue) = 96+52+76=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60344C is #9FCBB3. Grayscale: #434343. Windows color (decimal): -10472372 or 4994144. OLE color: 4994144.

HSL color Cylindrical-coordinate representation of color #60344C: hue angle of 327.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60344C is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB965276-
CMYK00.460.210.62
HSL327.27º29.73%29.02%-
HSV(B)327.27º45.83%37.65%-
XYZ7.365.467.5-
YUV67.89132.58148.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=42.86%
G=23.21%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96527600.460.210.62327.2729.7329.02
Hex60344C02E153E1471e1d
Octal1406411405625765073635
Binary110000011010010011000101110101011111101010001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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