Shades of Tawny Port #66384C
Tints of Tawny Port #66384C
RGB
CMYK
RGB Variations
Color information
#66384C (or 0x66384C) is known color: Tawny Port. HEX triplet: 66, 38 and 4C. RGB value is (102,56,76). Sum of RGB (Red+Green+Blue) = 102+56+76=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66384C is #99C7B3. Grayscale: #484848. Windows color (decimal): -10078132 or 4995174. OLE color: 4995174.
HSL color Cylindrical-coordinate representation of color #66384C: hue angle of 333.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66384C is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 76 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.6 |
| HSL | 333.91º | 0.29% | 0.31% | - |
| HSV(B) | 333.91º | 0.45% | 0.4% | - |
| XYZ | 8.2 | 6.17 | 7.6 | - |
| YUV | 72.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 76 | 0 | 0.45 | 0.25 | 0.6 | 333.91 | 0.29 | 0.31 |
| Hex | 66 | 38 | 4C | 0 | 2D | 19 | 3C | 14E | 1D | 1F |
| Octal | 146 | 70 | 114 | 0 | 55 | 31 | 74 | 516 | 35 | 37 |
| Binary | 1100110 | 111000 | 1001100 | 0 | 101101 | 11001 | 111100 | 101001110 | 11101 | 11111 |
Color Harmonies of #66384C
Complementary color
Monochromatic Colors of #66384C
Black with #66384C
Text Example
Text Example
White with #66384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66384C; }
p { color: rgb(102,56,76); }
H1.HeaderClassName
{
color: #66384C;
}
.AnyTagClassName
{
color: #66384C;
}
</style>
background-color css
<style>
a { background-color: #66384C; }
a { background-color: rgb(102,56,76); }
div.DivClassName
{
background-color: #66384C;
}
.BgClassName
{
background-color: #66384C;
}
</style>
border-color css
<style>
span { border-color: #66384C; }
span { border-color: rgb(102,56,76); }
td.TdClassName
{
border-color: #66384C;
}
.TagClassName
{
border-color: #66384C;
}
</style>