Shades of Tawny Port #60424B
Tints of Tawny Port #60424B
RGB
CMYK
RGB Variations
Color information
#60424B (or 0x60424B) is known color: Tawny Port. HEX triplet: 60, 42 and 4B. RGB value is (96,66,75). Sum of RGB (Red+Green+Blue) = 96+66+75=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #60424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60424B is #9FBDB4. Grayscale: #4B4B4B. Windows color (decimal): -10468789 or 4932192. OLE color: 4932192.
HSL color Cylindrical-coordinate representation of color #60424B: hue angle of 342º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60424B is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 75 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.62 |
| HSL | 342º | 0.19% | 0.32% | - |
| HSV(B) | 342º | 0.31% | 0.38% | - |
| XYZ | 8.04 | 6.89 | 7.56 | - |
| YUV | 76 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 75 | 0 | 0.31 | 0.22 | 0.62 | 342 | 0.19 | 0.32 |
| Hex | 60 | 42 | 4B | 0 | 1F | 16 | 3E | 156 | 13 | 20 |
| Octal | 140 | 102 | 113 | 0 | 37 | 26 | 76 | 526 | 23 | 40 |
| Binary | 1100000 | 1000010 | 1001011 | 0 | 11111 | 10110 | 111110 | 101010110 | 10011 | 100000 |
Color Harmonies of #60424B
Complementary color
Monochromatic Colors of #60424B
Black with #60424B
Text Example
Text Example
White with #60424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60424B; }
p { color: rgb(96,66,75); }
H1.HeaderClassName
{
color: #60424B;
}
.AnyTagClassName
{
color: #60424B;
}
</style>
background-color css
<style>
a { background-color: #60424B; }
a { background-color: rgb(96,66,75); }
div.DivClassName
{
background-color: #60424B;
}
.BgClassName
{
background-color: #60424B;
}
</style>
border-color css
<style>
span { border-color: #60424B; }
span { border-color: rgb(96,66,75); }
td.TdClassName
{
border-color: #60424B;
}
.TagClassName
{
border-color: #60424B;
}
</style>