Shades of Tawny Port #66354B
Tints of Tawny Port #66354B
RGB
CMYK
RGB Variations
Color information
#66354B (or 0x66354B) is known color: Tawny Port. HEX triplet: 66, 35 and 4B. RGB value is (102,53,75). Sum of RGB (Red+Green+Blue) = 102+53+75=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66354B is #99CAB4. Grayscale: #464646. Windows color (decimal): -10078901 or 4928870. OLE color: 4928870.
HSL color Cylindrical-coordinate representation of color #66354B: hue angle of 333.06º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66354B is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 75 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.6 |
| HSL | 333.06º | 0.32% | 0.3% | - |
| HSV(B) | 333.06º | 0.48% | 0.4% | - |
| XYZ | 8.02 | 5.88 | 7.37 | - |
| YUV | 70.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 75 | 0 | 0.48 | 0.26 | 0.6 | 333.06 | 0.32 | 0.3 |
| Hex | 66 | 35 | 4B | 0 | 30 | 1A | 3C | 14D | 20 | 1E |
| Octal | 146 | 65 | 113 | 0 | 60 | 32 | 74 | 515 | 40 | 36 |
| Binary | 1100110 | 110101 | 1001011 | 0 | 110000 | 11010 | 111100 | 101001101 | 100000 | 11110 |
Color Harmonies of #66354B
Complementary color
Monochromatic Colors of #66354B
Black with #66354B
Text Example
Text Example
White with #66354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66354B; }
p { color: rgb(102,53,75); }
H1.HeaderClassName
{
color: #66354B;
}
.AnyTagClassName
{
color: #66354B;
}
</style>
background-color css
<style>
a { background-color: #66354B; }
a { background-color: rgb(102,53,75); }
div.DivClassName
{
background-color: #66354B;
}
.BgClassName
{
background-color: #66354B;
}
</style>
border-color css
<style>
span { border-color: #66354B; }
span { border-color: rgb(102,53,75); }
td.TdClassName
{
border-color: #66354B;
}
.TagClassName
{
border-color: #66354B;
}
</style>