Shades of Tawny Port #60404B
Tints of Tawny Port #60404B
RGB
CMYK
RGB Variations
Color information
#60404B (or 0x60404B) is known color: Tawny Port. HEX triplet: 60, 40 and 4B. RGB value is (96,64,75). Sum of RGB (Red+Green+Blue) = 96+64+75=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #60404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60404B is #9FBFB4. Grayscale: #4A4A4A. Windows color (decimal): -10469301 or 4931680. OLE color: 4931680.
HSL color Cylindrical-coordinate representation of color #60404B: hue angle of 339.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60404B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 75 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.62 |
| HSL | 339.38º | 0.2% | 0.31% | - |
| HSV(B) | 339.38º | 0.33% | 0.38% | - |
| XYZ | 7.93 | 6.66 | 7.52 | - |
| YUV | 74.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 75 | 0 | 0.33 | 0.22 | 0.62 | 339.38 | 0.2 | 0.31 |
| Hex | 60 | 40 | 4B | 0 | 21 | 16 | 3E | 153 | 14 | 1F |
| Octal | 140 | 100 | 113 | 0 | 41 | 26 | 76 | 523 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1001011 | 0 | 100001 | 10110 | 111110 | 101010011 | 10100 | 11111 |
Color Harmonies of #60404B
Complementary color
Monochromatic Colors of #60404B
Black with #60404B
Text Example
Text Example
White with #60404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60404B; }
p { color: rgb(96,64,75); }
H1.HeaderClassName
{
color: #60404B;
}
.AnyTagClassName
{
color: #60404B;
}
</style>
background-color css
<style>
a { background-color: #60404B; }
a { background-color: rgb(96,64,75); }
div.DivClassName
{
background-color: #60404B;
}
.BgClassName
{
background-color: #60404B;
}
</style>
border-color css
<style>
span { border-color: #60404B; }
span { border-color: rgb(96,64,75); }
td.TdClassName
{
border-color: #60404B;
}
.TagClassName
{
border-color: #60404B;
}
</style>