Shades of Tawny Port #67344A
Tints of Tawny Port #67344A
RGB
CMYK
RGB Variations
Color information
#67344A (or 0x67344A) is known color: Tawny Port. HEX triplet: 67, 34 and 4A. RGB value is (103,52,74). Sum of RGB (Red+Green+Blue) = 103+52+74=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67344A is #98CBB5. Grayscale: #454545. Windows color (decimal): -10013622 or 4863079. OLE color: 4863079.
HSL color Cylindrical-coordinate representation of color #67344A: hue angle of 334.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67344A is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 74 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.60 |
| HSL | 334.12º | 0.33% | 0.3% | - |
| HSV(B) | 334.12º | 0.5% | 0.4% | - |
| XYZ | 8.06 | 5.83 | 7.18 | - |
| YUV | 69.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 74 | 0 | 0.50 | 0.28 | 0.60 | 334.12 | 0.33 | 0.3 |
| Hex | 67 | 34 | 4A | 0 | 32 | 1C | 3C | 14E | 21 | 1E |
| Octal | 147 | 64 | 112 | 0 | 62 | 34 | 74 | 516 | 41 | 36 |
| Binary | 1100111 | 110100 | 1001010 | 0 | 110010 | 11100 | 111100 | 101001110 | 100001 | 11110 |
Color Harmonies of #67344A
Complementary color
Monochromatic Colors of #67344A
Black with #67344A
Text Example
Text Example
White with #67344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67344A; }
p { color: rgb(103,52,74); }
H1.HeaderClassName
{
color: #67344A;
}
.AnyTagClassName
{
color: #67344A;
}
</style>
background-color css
<style>
a { background-color: #67344A; }
a { background-color: rgb(103,52,74); }
div.DivClassName
{
background-color: #67344A;
}
.BgClassName
{
background-color: #67344A;
}
</style>
border-color css
<style>
span { border-color: #67344A; }
span { border-color: rgb(103,52,74); }
td.TdClassName
{
border-color: #67344A;
}
.TagClassName
{
border-color: #67344A;
}
</style>