Shades of Tawny Port #67404C
Tints of Tawny Port #67404C
RGB
CMYK
RGB Variations
Color information
#67404C (or 0x67404C) is known color: Tawny Port. HEX triplet: 67, 40 and 4C. RGB value is (103,64,76). Sum of RGB (Red+Green+Blue) = 103+64+76=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #67404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67404C is #98BFB3. Grayscale: #4D4D4D. Windows color (decimal): -10010548 or 4997223. OLE color: 4997223.
HSL color Cylindrical-coordinate representation of color #67404C: hue angle of 341.54º 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 #67404C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 76 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.60 |
| HSL | 341.54º | 0.23% | 0.33% | - |
| HSV(B) | 341.54º | 0.38% | 0.4% | - |
| XYZ | 8.73 | 7.07 | 7.74 | - |
| YUV | 77.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 76 | 0 | 0.38 | 0.26 | 0.60 | 341.54 | 0.23 | 0.33 |
| Hex | 67 | 40 | 4C | 0 | 26 | 1A | 3C | 156 | 17 | 21 |
| Octal | 147 | 100 | 114 | 0 | 46 | 32 | 74 | 526 | 27 | 41 |
| Binary | 1100111 | 1000000 | 1001100 | 0 | 100110 | 11010 | 111100 | 101010110 | 10111 | 100001 |
Color Harmonies of #67404C
Complementary color
Monochromatic Colors of #67404C
Black with #67404C
Text Example
Text Example
White with #67404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67404C; }
p { color: rgb(103,64,76); }
H1.HeaderClassName
{
color: #67404C;
}
.AnyTagClassName
{
color: #67404C;
}
</style>
background-color css
<style>
a { background-color: #67404C; }
a { background-color: rgb(103,64,76); }
div.DivClassName
{
background-color: #67404C;
}
.BgClassName
{
background-color: #67404C;
}
</style>
border-color css
<style>
span { border-color: #67404C; }
span { border-color: rgb(103,64,76); }
td.TdClassName
{
border-color: #67404C;
}
.TagClassName
{
border-color: #67404C;
}
</style>