Shades of Tawny Port #67404A
Tints of Tawny Port #67404A
RGB
CMYK
RGB Variations
Color information
#67404A (or 0x67404A) is known color: Tawny Port. HEX triplet: 67, 40 and 4A. RGB value is (103,64,74). Sum of RGB (Red+Green+Blue) = 103+64+74=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #67404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67404A is #98BFB5. Grayscale: #4C4C4C. Windows color (decimal): -10010550 or 4866151. OLE color: 4866151.
HSL color Cylindrical-coordinate representation of color #67404A: hue angle of 344.62º 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 #67404A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 74 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.60 |
| HSL | 344.62º | 0.23% | 0.33% | - |
| HSV(B) | 344.62º | 0.38% | 0.4% | - |
| XYZ | 8.66 | 7.04 | 7.38 | - |
| YUV | 76.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 74 | 0 | 0.38 | 0.28 | 0.60 | 344.62 | 0.23 | 0.33 |
| Hex | 67 | 40 | 4A | 0 | 26 | 1C | 3C | 159 | 17 | 21 |
| Octal | 147 | 100 | 112 | 0 | 46 | 34 | 74 | 531 | 27 | 41 |
| Binary | 1100111 | 1000000 | 1001010 | 0 | 100110 | 11100 | 111100 | 101011001 | 10111 | 100001 |
Color Harmonies of #67404A
Complementary color
Monochromatic Colors of #67404A
Black with #67404A
Text Example
Text Example
White with #67404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67404A; }
p { color: rgb(103,64,74); }
H1.HeaderClassName
{
color: #67404A;
}
.AnyTagClassName
{
color: #67404A;
}
</style>
background-color css
<style>
a { background-color: #67404A; }
a { background-color: rgb(103,64,74); }
div.DivClassName
{
background-color: #67404A;
}
.BgClassName
{
background-color: #67404A;
}
</style>
border-color css
<style>
span { border-color: #67404A; }
span { border-color: rgb(103,64,74); }
td.TdClassName
{
border-color: #67404A;
}
.TagClassName
{
border-color: #67404A;
}
</style>