Shades of Tawny Port #66364F
Tints of Tawny Port #66364F
RGB
CMYK
RGB Variations
Color information
#66364F (or 0x66364F) is known color: Tawny Port. HEX triplet: 66, 36 and 4F. RGB value is (102,54,79). Sum of RGB (Red+Green+Blue) = 102+54+79=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #66364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66364F is #99C9B0. Grayscale: #474747. Windows color (decimal): -10078641 or 5191270. OLE color: 5191270.
HSL color Cylindrical-coordinate representation of color #66364F: hue angle of 328.75º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66364F is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 79 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.6 |
| HSL | 328.75º | 0.31% | 0.31% | - |
| HSV(B) | 328.75º | 0.47% | 0.4% | - |
| XYZ | 8.21 | 6.03 | 8.13 | - |
| YUV | 71.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 79 | 0 | 0.47 | 0.23 | 0.6 | 328.75 | 0.31 | 0.31 |
| Hex | 66 | 36 | 4F | 0 | 2F | 17 | 3C | 149 | 1F | 1F |
| Octal | 146 | 66 | 117 | 0 | 57 | 27 | 74 | 511 | 37 | 37 |
| Binary | 1100110 | 110110 | 1001111 | 0 | 101111 | 10111 | 111100 | 101001001 | 11111 | 11111 |
Color Harmonies of #66364F
Complementary color
Monochromatic Colors of #66364F
Black with #66364F
Text Example
Text Example
White with #66364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66364F; }
p { color: rgb(102,54,79); }
H1.HeaderClassName
{
color: #66364F;
}
.AnyTagClassName
{
color: #66364F;
}
</style>
background-color css
<style>
a { background-color: #66364F; }
a { background-color: rgb(102,54,79); }
div.DivClassName
{
background-color: #66364F;
}
.BgClassName
{
background-color: #66364F;
}
</style>
border-color css
<style>
span { border-color: #66364F; }
span { border-color: rgb(102,54,79); }
td.TdClassName
{
border-color: #66364F;
}
.TagClassName
{
border-color: #66364F;
}
</style>