Shades of Tawny Port #66344C
Tints of Tawny Port #66344C
RGB
CMYK
RGB Variations
Color information
#66344C (or 0x66344C) is known color: Tawny Port. HEX triplet: 66, 34 and 4C. RGB value is (102,52,76). Sum of RGB (Red+Green+Blue) = 102+52+76=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66344C is #99CBB3. Grayscale: #454545. Windows color (decimal): -10079156 or 4994150. OLE color: 4994150.
HSL color Cylindrical-coordinate representation of color #66344C: hue angle of 331.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66344C is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 76 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.6 |
| HSL | 331.2º | 0.32% | 0.3% | - |
| HSV(B) | 331.2º | 0.49% | 0.4% | - |
| XYZ | 8.01 | 5.8 | 7.54 | - |
| YUV | 69.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 76 | 0 | 0.49 | 0.25 | 0.6 | 331.2 | 0.32 | 0.3 |
| Hex | 66 | 34 | 4C | 0 | 31 | 19 | 3C | 14B | 20 | 1E |
| Octal | 146 | 64 | 114 | 0 | 61 | 31 | 74 | 513 | 40 | 36 |
| Binary | 1100110 | 110100 | 1001100 | 0 | 110001 | 11001 | 111100 | 101001011 | 100000 | 11110 |
Color Harmonies of #66344C
Complementary color
Monochromatic Colors of #66344C
Black with #66344C
Text Example
Text Example
White with #66344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66344C; }
p { color: rgb(102,52,76); }
H1.HeaderClassName
{
color: #66344C;
}
.AnyTagClassName
{
color: #66344C;
}
</style>
background-color css
<style>
a { background-color: #66344C; }
a { background-color: rgb(102,52,76); }
div.DivClassName
{
background-color: #66344C;
}
.BgClassName
{
background-color: #66344C;
}
</style>
border-color css
<style>
span { border-color: #66344C; }
span { border-color: rgb(102,52,76); }
td.TdClassName
{
border-color: #66344C;
}
.TagClassName
{
border-color: #66344C;
}
</style>