#60374E

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

Shades of Tawny Port #60374E

Tints of Tawny Port #60374E

Color information

#60374E (or 0x60374E) is unknown color: approx Tawny Port. HEX triplet: 60, 37 and 4E. RGB value is (96,55,78). Sum of RGB (Red+Green+Blue) = 96+55+78=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60374E is #9FC8B1. Grayscale: #454545. Windows color (decimal): -10471602 or 5125984. OLE color: 5125984.

HSL color Cylindrical-coordinate representation of color #60374E: hue angle of 326.34º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60374E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB965578-
CMYK00.430.190.62
HSL326.34º27.15%29.61%-
HSV(B)326.34º42.71%37.65%-
XYZ7.575.777.92-
YUV69.88132.58146.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=41.92%
G=24.02%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96557800.430.190.62326.3427.1529.61
Hex60374E02B133E1461b1e
Octal1406711605323765063336
Binary110000011011110011100101011100111111101010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60374E; }

 p { color: rgb(96,55,78); }

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

<style>
 a { background-color: #60374E; }

 a { background-color: rgb(96,55,78); }

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

<style>
 span { border-color: #60374E; }

 span { border-color: rgb(96,55,78); }

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