Shades of Tawny Port #66384A
Tints of Tawny Port #66384A
RGB
CMYK
RGB Variations
Color information
#66384A (or 0x66384A) is known color: Tawny Port. HEX triplet: 66, 38 and 4A. RGB value is (102,56,74). Sum of RGB (Red+Green+Blue) = 102+56+74=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66384A is #99C7B5. Grayscale: #474747. Windows color (decimal): -10078134 or 4864102. OLE color: 4864102.
HSL color Cylindrical-coordinate representation of color #66384A: hue angle of 336.52º 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 #66384A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 74 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.6 |
| HSL | 336.52º | 0.29% | 0.31% | - |
| HSV(B) | 336.52º | 0.45% | 0.4% | - |
| XYZ | 8.13 | 6.15 | 7.24 | - |
| YUV | 71.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 74 | 0 | 0.45 | 0.27 | 0.6 | 336.52 | 0.29 | 0.31 |
| Hex | 66 | 38 | 4A | 0 | 2D | 1B | 3C | 151 | 1D | 1F |
| Octal | 146 | 70 | 112 | 0 | 55 | 33 | 74 | 521 | 35 | 37 |
| Binary | 1100110 | 111000 | 1001010 | 0 | 101101 | 11011 | 111100 | 101010001 | 11101 | 11111 |
Color Harmonies of #66384A
Complementary color
Monochromatic Colors of #66384A
Black with #66384A
Text Example
Text Example
White with #66384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66384A; }
p { color: rgb(102,56,74); }
H1.HeaderClassName
{
color: #66384A;
}
.AnyTagClassName
{
color: #66384A;
}
</style>
background-color css
<style>
a { background-color: #66384A; }
a { background-color: rgb(102,56,74); }
div.DivClassName
{
background-color: #66384A;
}
.BgClassName
{
background-color: #66384A;
}
</style>
border-color css
<style>
span { border-color: #66384A; }
span { border-color: rgb(102,56,74); }
td.TdClassName
{
border-color: #66384A;
}
.TagClassName
{
border-color: #66384A;
}
</style>