#60364C

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

Shades of Tawny Port #60364C

Tints of Tawny Port #60364C

Color information

#60364C (or 0x60364C) is unknown color: approx Tawny Port. HEX triplet: 60, 36 and 4C. RGB value is (96,54,76). Sum of RGB (Red+Green+Blue) = 96+54+76=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60364C is #9FC9B3. Grayscale: #454545. Windows color (decimal): -10471860 or 4994656. OLE color: 4994656.

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

Color convert

RGB965476-
CMYK00.440.210.62
HSL328.57º28%29.41%-
HSV(B)328.57º43.75%37.65%-
XYZ7.455.657.53-
YUV69.07131.91147.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=42.48%
G=23.89%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96547600.440.210.62328.572829.41
Hex60364C02C153E1491c1d
Octal1406611405425765113435
Binary110000011011010011000101100101011111101010010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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