Shades of Tawny Port #60344A
Tints of Tawny Port #60344A
RGB
CMYK
RGB Variations
Color information
#60344A (or 0x60344A) is known color: Tawny Port. HEX triplet: 60, 34 and 4A. RGB value is (96,52,74). Sum of RGB (Red+Green+Blue) = 96+52+74=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60344A is #9FCBB5. Grayscale: #434343. Windows color (decimal): -10472374 or 4863072. OLE color: 4863072.
HSL color Cylindrical-coordinate representation of color #60344A: hue angle of 330º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60344A is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 74 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.62 |
| HSL | 330º | 0.3% | 0.29% | - |
| HSV(B) | 330º | 0.46% | 0.38% | - |
| XYZ | 7.29 | 5.44 | 7.14 | - |
| YUV | 67.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 74 | 0 | 0.46 | 0.23 | 0.62 | 330 | 0.3 | 0.29 |
| Hex | 60 | 34 | 4A | 0 | 2E | 17 | 3E | 14A | 1E | 1D |
| Octal | 140 | 64 | 112 | 0 | 56 | 27 | 76 | 512 | 36 | 35 |
| Binary | 1100000 | 110100 | 1001010 | 0 | 101110 | 10111 | 111110 | 101001010 | 11110 | 11101 |
Color Harmonies of #60344A
Complementary color
Monochromatic Colors of #60344A
Black with #60344A
Text Example
Text Example
White with #60344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60344A; }
p { color: rgb(96,52,74); }
H1.HeaderClassName
{
color: #60344A;
}
.AnyTagClassName
{
color: #60344A;
}
</style>
background-color css
<style>
a { background-color: #60344A; }
a { background-color: rgb(96,52,74); }
div.DivClassName
{
background-color: #60344A;
}
.BgClassName
{
background-color: #60344A;
}
</style>
border-color css
<style>
span { border-color: #60344A; }
span { border-color: rgb(96,52,74); }
td.TdClassName
{
border-color: #60344A;
}
.TagClassName
{
border-color: #60344A;
}
</style>