Shades of Tawny Port #67334A
Tints of Tawny Port #67334A
RGB
CMYK
RGB Variations
Color information
#67334A (or 0x67334A) is known color: Tawny Port. HEX triplet: 67, 33 and 4A. RGB value is (103,51,74). Sum of RGB (Red+Green+Blue) = 103+51+74=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #67334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67334A is #98CCB5. Grayscale: #454545. Windows color (decimal): -10013878 or 4862823. OLE color: 4862823.
HSL color Cylindrical-coordinate representation of color #67334A: hue angle of 333.46º degrees, saturation: 0.34, 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 #67334A is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 74 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.60 |
| HSL | 333.46º | 0.34% | 0.3% | - |
| HSV(B) | 333.46º | 0.5% | 0.4% | - |
| XYZ | 8.01 | 5.75 | 7.17 | - |
| YUV | 69.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 74 | 0 | 0.50 | 0.28 | 0.60 | 333.46 | 0.34 | 0.3 |
| Hex | 67 | 33 | 4A | 0 | 32 | 1C | 3C | 14D | 22 | 1E |
| Octal | 147 | 63 | 112 | 0 | 62 | 34 | 74 | 515 | 42 | 36 |
| Binary | 1100111 | 110011 | 1001010 | 0 | 110010 | 11100 | 111100 | 101001101 | 100010 | 11110 |
Color Harmonies of #67334A
Complementary color
Monochromatic Colors of #67334A
Black with #67334A
Text Example
Text Example
White with #67334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67334A; }
p { color: rgb(103,51,74); }
H1.HeaderClassName
{
color: #67334A;
}
.AnyTagClassName
{
color: #67334A;
}
</style>
background-color css
<style>
a { background-color: #67334A; }
a { background-color: rgb(103,51,74); }
div.DivClassName
{
background-color: #67334A;
}
.BgClassName
{
background-color: #67334A;
}
</style>
border-color css
<style>
span { border-color: #67334A; }
span { border-color: rgb(103,51,74); }
td.TdClassName
{
border-color: #67334A;
}
.TagClassName
{
border-color: #67334A;
}
</style>