#60364D

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

Shades of Tawny Port #60364D

Tints of Tawny Port #60364D

Color information

#60364D (or 0x60364D) is unknown color: approx Tawny Port. HEX triplet: 60, 36 and 4D. RGB value is (96,54,77). Sum of RGB (Red+Green+Blue) = 96+54+77=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60364D is #9FC9B2. Grayscale: #454545. Windows color (decimal): -10471859 or 5060192. OLE color: 5060192.

HSL color Cylindrical-coordinate representation of color #60364D: hue angle of 327.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60364D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB965477-
CMYK00.440.200.62
HSL327.14º28%29.41%-
HSV(B)327.14º43.75%37.65%-
XYZ7.485.667.72-
YUV69.18132.41147.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=42.29%
G=23.79%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96547700.440.200.62327.142829.41
Hex60364D02C143E1471c1d
Octal1406611505424765073435
Binary110000011011010011010101100101001111101010001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60364D; }

 p { color: rgb(96,54,77); }

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

<style>
 a { background-color: #60364D; }

 a { background-color: rgb(96,54,77); }

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

<style>
 span { border-color: #60364D; }

 span { border-color: rgb(96,54,77); }

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