Shades of Tawny Port #67454E
Tints of Tawny Port #67454E
RGB
CMYK
RGB Variations
Color information
#67454E (or 0x67454E) is known color: Tawny Port. HEX triplet: 67, 45 and 4E. RGB value is (103,69,78). Sum of RGB (Red+Green+Blue) = 103+69+78=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #67454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67454E is #98BAB1. Grayscale: #505050. Windows color (decimal): -10009266 or 5129575. OLE color: 5129575.
HSL color Cylindrical-coordinate representation of color #67454E: hue angle of 344.12º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67454E is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 78 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.60 |
| HSL | 344.12º | 0.2% | 0.34% | - |
| HSV(B) | 344.12º | 0.33% | 0.4% | - |
| XYZ | 9.1 | 7.69 | 8.21 | - |
| YUV | 80.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 78 | 0 | 0.33 | 0.24 | 0.60 | 344.12 | 0.2 | 0.34 |
| Hex | 67 | 45 | 4E | 0 | 21 | 18 | 3C | 158 | 14 | 22 |
| Octal | 147 | 105 | 116 | 0 | 41 | 30 | 74 | 530 | 24 | 42 |
| Binary | 1100111 | 1000101 | 1001110 | 0 | 100001 | 11000 | 111100 | 101011000 | 10100 | 100010 |
Color Harmonies of #67454E
Complementary color
Monochromatic Colors of #67454E
Black with #67454E
Text Example
Text Example
White with #67454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67454E; }
p { color: rgb(103,69,78); }
H1.HeaderClassName
{
color: #67454E;
}
.AnyTagClassName
{
color: #67454E;
}
</style>
background-color css
<style>
a { background-color: #67454E; }
a { background-color: rgb(103,69,78); }
div.DivClassName
{
background-color: #67454E;
}
.BgClassName
{
background-color: #67454E;
}
</style>
border-color css
<style>
span { border-color: #67454E; }
span { border-color: rgb(103,69,78); }
td.TdClassName
{
border-color: #67454E;
}
.TagClassName
{
border-color: #67454E;
}
</style>