Shades of Tawny Port #60434D
Tints of Tawny Port #60434D
RGB
CMYK
RGB Variations
Color information
#60434D (or 0x60434D) is known color: Tawny Port. HEX triplet: 60, 43 and 4D. RGB value is (96,67,77). Sum of RGB (Red+Green+Blue) = 96+67+77=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60434D is #9FBCB2. Grayscale: #4C4C4C. Windows color (decimal): -10468531 or 5063520. OLE color: 5063520.
HSL color Cylindrical-coordinate representation of color #60434D: hue angle of 339.31º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60434D is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 77 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.62 |
| HSL | 339.31º | 0.18% | 0.32% | - |
| HSV(B) | 339.31º | 0.3% | 0.38% | - |
| XYZ | 8.17 | 7.04 | 7.95 | - |
| YUV | 76.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 77 | 0 | 0.30 | 0.20 | 0.62 | 339.31 | 0.18 | 0.32 |
| Hex | 60 | 43 | 4D | 0 | 1E | 14 | 3E | 153 | 12 | 20 |
| Octal | 140 | 103 | 115 | 0 | 36 | 24 | 76 | 523 | 22 | 40 |
| Binary | 1100000 | 1000011 | 1001101 | 0 | 11110 | 10100 | 111110 | 101010011 | 10010 | 100000 |
Color Harmonies of #60434D
Complementary color
Monochromatic Colors of #60434D
Black with #60434D
Text Example
Text Example
White with #60434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60434D; }
p { color: rgb(96,67,77); }
H1.HeaderClassName
{
color: #60434D;
}
.AnyTagClassName
{
color: #60434D;
}
</style>
background-color css
<style>
a { background-color: #60434D; }
a { background-color: rgb(96,67,77); }
div.DivClassName
{
background-color: #60434D;
}
.BgClassName
{
background-color: #60434D;
}
</style>
border-color css
<style>
span { border-color: #60434D; }
span { border-color: rgb(96,67,77); }
td.TdClassName
{
border-color: #60434D;
}
.TagClassName
{
border-color: #60434D;
}
</style>