#60374A

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

Shades of Tawny Port #60374A

Tints of Tawny Port #60374A

Color information

#60374A (or 0x60374A) is unknown color: approx Tawny Port. HEX triplet: 60, 37 and 4A. RGB value is (96,55,74). Sum of RGB (Red+Green+Blue) = 96+55+74=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60374A is #9FC8B5. Grayscale: #454545. Windows color (decimal): -10471606 or 4863840. OLE color: 4863840.

HSL color Cylindrical-coordinate representation of color #60374A: hue angle of 332.2º 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 #60374A is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB965574-
CMYK00.430.230.62
HSL332.2º27.15%29.61%-
HSV(B)332.2º42.71%37.65%-
XYZ7.435.717.19-
YUV69.42130.58146.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=42.67%
G=24.44%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96557400.430.230.62332.227.1529.61
Hex60374A02B173E14c1b1e
Octal1406711205327765143336
Binary110000011011110010100101011101111111101010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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