#60314C

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

Shades of Tawny Port #60314C

Tints of Tawny Port #60314C

Color information

#60314C (or 0x60314C) is unknown color: approx Tawny Port. HEX triplet: 60, 31 and 4C. RGB value is (96,49,76). Sum of RGB (Red+Green+Blue) = 96+49+76=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60314C is #9FCEB3. Grayscale: #424242. Windows color (decimal): -10473140 or 4993376. OLE color: 4993376.

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

Color convert

RGB964976-
CMYK00.490.210.62
HSL325.53º32.41%28.43%-
HSV(B)325.53º48.96%37.65%-
XYZ7.235.217.46-
YUV66.13133.57149.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=43.44%
G=22.17%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96497600.490.210.62325.5332.4128.43
Hex60314C031153E146201c
Octal1406111406125765064034
Binary1100000110001100110001100011010111111010100011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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