Shades of Tawny Port #60454C
Tints of Tawny Port #60454C
RGB
CMYK
RGB Variations
Color information
#60454C (or 0x60454C) is known color: Tawny Port. HEX triplet: 60, 45 and 4C. RGB value is (96,69,76). Sum of RGB (Red+Green+Blue) = 96+69+76=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60454C is #9FBAB3. Grayscale: #4D4D4D. Windows color (decimal): -10468020 or 4998496. OLE color: 4998496.
HSL color Cylindrical-coordinate representation of color #60454C: hue angle of 344.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60454C is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 76 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.62 |
| HSL | 344.44º | 0.16% | 0.32% | - |
| HSV(B) | 344.44º | 0.28% | 0.38% | - |
| XYZ | 8.26 | 7.26 | 7.8 | - |
| YUV | 77.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 76 | 0 | 0.28 | 0.21 | 0.62 | 344.44 | 0.16 | 0.32 |
| Hex | 60 | 45 | 4C | 0 | 1C | 15 | 3E | 158 | 10 | 20 |
| Octal | 140 | 105 | 114 | 0 | 34 | 25 | 76 | 530 | 20 | 40 |
| Binary | 1100000 | 1000101 | 1001100 | 0 | 11100 | 10101 | 111110 | 101011000 | 10000 | 100000 |
Color Harmonies of #60454C
Complementary color
Monochromatic Colors of #60454C
Black with #60454C
Text Example
Text Example
White with #60454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60454C; }
p { color: rgb(96,69,76); }
H1.HeaderClassName
{
color: #60454C;
}
.AnyTagClassName
{
color: #60454C;
}
</style>
background-color css
<style>
a { background-color: #60454C; }
a { background-color: rgb(96,69,76); }
div.DivClassName
{
background-color: #60454C;
}
.BgClassName
{
background-color: #60454C;
}
</style>
border-color css
<style>
span { border-color: #60454C; }
span { border-color: rgb(96,69,76); }
td.TdClassName
{
border-color: #60454C;
}
.TagClassName
{
border-color: #60454C;
}
</style>