#60454C

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

Shades of Tawny Port #60454C

Tints of Tawny Port #60454C

Color information

#60454C (or 0x60454C) is unknown color: approx Tawny Port. HEX triplet: 60, 45 and 4C. RGB value is (96,69,76). Sum of RGB (Red+Green+Blue) = 96+69+76=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60454C is #9FBAB3. Grayscale: #4D4D4D. Windows color (decimal): -10468020 or 4998496. OLE color: 4998496.

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

Color convert

RGB966976-
CMYK00.280.210.62
HSL344.44º16.36%32.35%-
HSV(B)344.44º28.12%37.65%-
XYZ8.267.267.8-
YUV77.87126.95140.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=39.83%
G=28.63%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96697600.280.210.62344.4416.3632.35
Hex60454C01C153E1581020
Octal14010511403425765302040
Binary1100000100010110011000111001010111111010101100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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