Shades of Tawny Port #60394A
Tints of Tawny Port #60394A
RGB
CMYK
RGB Variations
Color information
#60394A (or 0x60394A) is known color: Tawny Port. HEX triplet: 60, 39 and 4A. RGB value is (96,57,74). Sum of RGB (Red+Green+Blue) = 96+57+74=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60394A is #9FC6B5. Grayscale: #464646. Windows color (decimal): -10471094 or 4864352. OLE color: 4864352.
HSL color Cylindrical-coordinate representation of color #60394A: hue angle of 333.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60394A is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 57 | 74 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.62 |
| HSL | 333.85º | 0.25% | 0.3% | - |
| HSV(B) | 333.85º | 0.41% | 0.38% | - |
| XYZ | 7.52 | 5.91 | 7.22 | - |
| YUV | 70.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 74 | 0 | 0.41 | 0.23 | 0.62 | 333.85 | 0.25 | 0.3 |
| Hex | 60 | 39 | 4A | 0 | 29 | 17 | 3E | 14E | 19 | 1E |
| Octal | 140 | 71 | 112 | 0 | 51 | 27 | 76 | 516 | 31 | 36 |
| Binary | 1100000 | 111001 | 1001010 | 0 | 101001 | 10111 | 111110 | 101001110 | 11001 | 11110 |
Color Harmonies of #60394A
Complementary color
Monochromatic Colors of #60394A
Black with #60394A
Text Example
Text Example
White with #60394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60394A; }
p { color: rgb(96,57,74); }
H1.HeaderClassName
{
color: #60394A;
}
.AnyTagClassName
{
color: #60394A;
}
</style>
background-color css
<style>
a { background-color: #60394A; }
a { background-color: rgb(96,57,74); }
div.DivClassName
{
background-color: #60394A;
}
.BgClassName
{
background-color: #60394A;
}
</style>
border-color css
<style>
span { border-color: #60394A; }
span { border-color: rgb(96,57,74); }
td.TdClassName
{
border-color: #60394A;
}
.TagClassName
{
border-color: #60394A;
}
</style>