Shades of Tawny Port #67354C
Tints of Tawny Port #67354C
RGB
CMYK
RGB Variations
Color information
#67354C (or 0x67354C) is known color: Tawny Port. HEX triplet: 67, 35 and 4C. RGB value is (103,53,76). Sum of RGB (Red+Green+Blue) = 103+53+76=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #67354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67354C is #98CAB3. Grayscale: #464646. Windows color (decimal): -10013364 or 4994407. OLE color: 4994407.
HSL color Cylindrical-coordinate representation of color #67354C: hue angle of 332.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67354C is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 76 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.60 |
| HSL | 332.4º | 0.32% | 0.31% | - |
| HSV(B) | 332.4º | 0.49% | 0.4% | - |
| XYZ | 8.17 | 5.95 | 7.56 | - |
| YUV | 70.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 76 | 0 | 0.49 | 0.26 | 0.60 | 332.4 | 0.32 | 0.31 |
| Hex | 67 | 35 | 4C | 0 | 31 | 1A | 3C | 14C | 20 | 1F |
| Octal | 147 | 65 | 114 | 0 | 61 | 32 | 74 | 514 | 40 | 37 |
| Binary | 1100111 | 110101 | 1001100 | 0 | 110001 | 11010 | 111100 | 101001100 | 100000 | 11111 |
Color Harmonies of #67354C
Complementary color
Monochromatic Colors of #67354C
Black with #67354C
Text Example
Text Example
White with #67354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67354C; }
p { color: rgb(103,53,76); }
H1.HeaderClassName
{
color: #67354C;
}
.AnyTagClassName
{
color: #67354C;
}
</style>
background-color css
<style>
a { background-color: #67354C; }
a { background-color: rgb(103,53,76); }
div.DivClassName
{
background-color: #67354C;
}
.BgClassName
{
background-color: #67354C;
}
</style>
border-color css
<style>
span { border-color: #67354C; }
span { border-color: rgb(103,53,76); }
td.TdClassName
{
border-color: #67354C;
}
.TagClassName
{
border-color: #67354C;
}
</style>