Shades of Tawny Port #66344F
Tints of Tawny Port #66344F
RGB
CMYK
RGB Variations
Color information
#66344F (or 0x66344F) is known color: Tawny Port. HEX triplet: 66, 34 and 4F. RGB value is (102,52,79). Sum of RGB (Red+Green+Blue) = 102+52+79=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66344F is #99CBB0. Grayscale: #454545. Windows color (decimal): -10079153 or 5190758. OLE color: 5190758.
HSL color Cylindrical-coordinate representation of color #66344F: hue angle of 327.6º 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 #66344F is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 79 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.6 |
| HSL | 327.6º | 0.32% | 0.3% | - |
| HSV(B) | 327.6º | 0.49% | 0.4% | - |
| XYZ | 8.12 | 5.85 | 8.1 | - |
| YUV | 70.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 79 | 0 | 0.49 | 0.23 | 0.6 | 327.6 | 0.32 | 0.3 |
| Hex | 66 | 34 | 4F | 0 | 31 | 17 | 3C | 148 | 20 | 1E |
| Octal | 146 | 64 | 117 | 0 | 61 | 27 | 74 | 510 | 40 | 36 |
| Binary | 1100110 | 110100 | 1001111 | 0 | 110001 | 10111 | 111100 | 101001000 | 100000 | 11110 |
Color Harmonies of #66344F
Complementary color
Monochromatic Colors of #66344F
Black with #66344F
Text Example
Text Example
White with #66344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66344F; }
p { color: rgb(102,52,79); }
H1.HeaderClassName
{
color: #66344F;
}
.AnyTagClassName
{
color: #66344F;
}
</style>
background-color css
<style>
a { background-color: #66344F; }
a { background-color: rgb(102,52,79); }
div.DivClassName
{
background-color: #66344F;
}
.BgClassName
{
background-color: #66344F;
}
</style>
border-color css
<style>
span { border-color: #66344F; }
span { border-color: rgb(102,52,79); }
td.TdClassName
{
border-color: #66344F;
}
.TagClassName
{
border-color: #66344F;
}
</style>