Shades of Tawny Port #67404E
Tints of Tawny Port #67404E
RGB
CMYK
RGB Variations
Color information
#67404E (or 0x67404E) is known color: Tawny Port. HEX triplet: 67, 40 and 4E. RGB value is (103,64,78). Sum of RGB (Red+Green+Blue) = 103+64+78=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #67404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67404E is #98BFB1. Grayscale: #4D4D4D. Windows color (decimal): -10010546 or 5128295. OLE color: 5128295.
HSL color Cylindrical-coordinate representation of color #67404E: hue angle of 338.46º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67404E is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 78 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.60 |
| HSL | 338.46º | 0.23% | 0.33% | - |
| HSV(B) | 338.46º | 0.38% | 0.4% | - |
| XYZ | 8.8 | 7.1 | 8.11 | - |
| YUV | 77.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 78 | 0 | 0.38 | 0.24 | 0.60 | 338.46 | 0.23 | 0.33 |
| Hex | 67 | 40 | 4E | 0 | 26 | 18 | 3C | 152 | 17 | 21 |
| Octal | 147 | 100 | 116 | 0 | 46 | 30 | 74 | 522 | 27 | 41 |
| Binary | 1100111 | 1000000 | 1001110 | 0 | 100110 | 11000 | 111100 | 101010010 | 10111 | 100001 |
Color Harmonies of #67404E
Complementary color
Monochromatic Colors of #67404E
Black with #67404E
Text Example
Text Example
White with #67404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67404E; }
p { color: rgb(103,64,78); }
H1.HeaderClassName
{
color: #67404E;
}
.AnyTagClassName
{
color: #67404E;
}
</style>
background-color css
<style>
a { background-color: #67404E; }
a { background-color: rgb(103,64,78); }
div.DivClassName
{
background-color: #67404E;
}
.BgClassName
{
background-color: #67404E;
}
</style>
border-color css
<style>
span { border-color: #67404E; }
span { border-color: rgb(103,64,78); }
td.TdClassName
{
border-color: #67404E;
}
.TagClassName
{
border-color: #67404E;
}
</style>