Shades of Tawny Port #60424A
Tints of Tawny Port #60424A
RGB
CMYK
RGB Variations
Color information
#60424A (or 0x60424A) is known color: Tawny Port. HEX triplet: 60, 42 and 4A. RGB value is (96,66,74). Sum of RGB (Red+Green+Blue) = 96+66+74=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #60424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60424A is #9FBDB5. Grayscale: #4B4B4B. Windows color (decimal): -10468790 or 4866656. OLE color: 4866656.
HSL color Cylindrical-coordinate representation of color #60424A: hue angle of 344º 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 #60424A is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 74 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.62 |
| HSL | 344º | 0.19% | 0.32% | - |
| HSV(B) | 344º | 0.31% | 0.38% | - |
| XYZ | 8.01 | 6.88 | 7.38 | - |
| YUV | 75.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 74 | 0 | 0.31 | 0.23 | 0.62 | 344 | 0.19 | 0.32 |
| Hex | 60 | 42 | 4A | 0 | 1F | 17 | 3E | 158 | 13 | 20 |
| Octal | 140 | 102 | 112 | 0 | 37 | 27 | 76 | 530 | 23 | 40 |
| Binary | 1100000 | 1000010 | 1001010 | 0 | 11111 | 10111 | 111110 | 101011000 | 10011 | 100000 |
Color Harmonies of #60424A
Complementary color
Monochromatic Colors of #60424A
Black with #60424A
Text Example
Text Example
White with #60424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60424A; }
p { color: rgb(96,66,74); }
H1.HeaderClassName
{
color: #60424A;
}
.AnyTagClassName
{
color: #60424A;
}
</style>
background-color css
<style>
a { background-color: #60424A; }
a { background-color: rgb(96,66,74); }
div.DivClassName
{
background-color: #60424A;
}
.BgClassName
{
background-color: #60424A;
}
</style>
border-color css
<style>
span { border-color: #60424A; }
span { border-color: rgb(96,66,74); }
td.TdClassName
{
border-color: #60424A;
}
.TagClassName
{
border-color: #60424A;
}
</style>