Shades of Tawny Port #60374A
Tints of Tawny Port #60374A
RGB
CMYK
RGB Variations
Color information
#60374A (or 0x60374A) is known color: 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
| RGB | 96 | 55 | 74 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.62 |
| HSL | 332.2º | 0.27% | 0.3% | - |
| HSV(B) | 332.2º | 0.43% | 0.38% | - |
| XYZ | 7.43 | 5.71 | 7.19 | - |
| YUV | 69.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 74 | 0 | 0.43 | 0.23 | 0.62 | 332.2 | 0.27 | 0.3 |
| Hex | 60 | 37 | 4A | 0 | 2B | 17 | 3E | 14C | 1B | 1E |
| Octal | 140 | 67 | 112 | 0 | 53 | 27 | 76 | 514 | 33 | 36 |
| Binary | 1100000 | 110111 | 1001010 | 0 | 101011 | 10111 | 111110 | 101001100 | 11011 | 11110 |
Color Harmonies of #60374A
Complementary color
Monochromatic Colors of #60374A
Black with #60374A
Text Example
Text Example
White with #60374A
Text Example
Text Example
HTML Codes & Css Web 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>