Shades of Tawny Port #60414B
Tints of Tawny Port #60414B
RGB
CMYK
RGB Variations
Color information
#60414B (or 0x60414B) is known color: Tawny Port. HEX triplet: 60, 41 and 4B. RGB value is (96,65,75). Sum of RGB (Red+Green+Blue) = 96+65+75=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #60414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60414B is #9FBEB4. Grayscale: #4B4B4B. Windows color (decimal): -10469045 or 4931936. OLE color: 4931936.
HSL color Cylindrical-coordinate representation of color #60414B: hue angle of 340.65º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60414B is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 75 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.62 |
| HSL | 340.65º | 0.19% | 0.32% | - |
| HSV(B) | 340.65º | 0.32% | 0.38% | - |
| XYZ | 7.98 | 6.78 | 7.54 | - |
| YUV | 75.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 75 | 0 | 0.32 | 0.22 | 0.62 | 340.65 | 0.19 | 0.32 |
| Hex | 60 | 41 | 4B | 0 | 20 | 16 | 3E | 155 | 13 | 20 |
| Octal | 140 | 101 | 113 | 0 | 40 | 26 | 76 | 525 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1001011 | 0 | 100000 | 10110 | 111110 | 101010101 | 10011 | 100000 |
Color Harmonies of #60414B
Complementary color
Monochromatic Colors of #60414B
Black with #60414B
Text Example
Text Example
White with #60414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60414B; }
p { color: rgb(96,65,75); }
H1.HeaderClassName
{
color: #60414B;
}
.AnyTagClassName
{
color: #60414B;
}
</style>
background-color css
<style>
a { background-color: #60414B; }
a { background-color: rgb(96,65,75); }
div.DivClassName
{
background-color: #60414B;
}
.BgClassName
{
background-color: #60414B;
}
</style>
border-color css
<style>
span { border-color: #60414B; }
span { border-color: rgb(96,65,75); }
td.TdClassName
{
border-color: #60414B;
}
.TagClassName
{
border-color: #60414B;
}
</style>