Shades of Tawny Port #66354C
Tints of Tawny Port #66354C
RGB
CMYK
RGB Variations
Color information
#66354C (or 0x66354C) is known color: Tawny Port. HEX triplet: 66, 35 and 4C. RGB value is (102,53,76). Sum of RGB (Red+Green+Blue) = 102+53+76=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66354C is #99CAB3. Grayscale: #464646. Windows color (decimal): -10078900 or 4994406. OLE color: 4994406.
HSL color Cylindrical-coordinate representation of color #66354C: hue angle of 331.84º 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 #66354C is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 76 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.6 |
| HSL | 331.84º | 0.32% | 0.3% | - |
| HSV(B) | 331.84º | 0.48% | 0.4% | - |
| XYZ | 8.06 | 5.89 | 7.55 | - |
| YUV | 70.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 76 | 0 | 0.48 | 0.25 | 0.6 | 331.84 | 0.32 | 0.3 |
| Hex | 66 | 35 | 4C | 0 | 30 | 19 | 3C | 14C | 20 | 1E |
| Octal | 146 | 65 | 114 | 0 | 60 | 31 | 74 | 514 | 40 | 36 |
| Binary | 1100110 | 110101 | 1001100 | 0 | 110000 | 11001 | 111100 | 101001100 | 100000 | 11110 |
Color Harmonies of #66354C
Complementary color
Monochromatic Colors of #66354C
Black with #66354C
Text Example
Text Example
White with #66354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66354C; }
p { color: rgb(102,53,76); }
H1.HeaderClassName
{
color: #66354C;
}
.AnyTagClassName
{
color: #66354C;
}
</style>
background-color css
<style>
a { background-color: #66354C; }
a { background-color: rgb(102,53,76); }
div.DivClassName
{
background-color: #66354C;
}
.BgClassName
{
background-color: #66354C;
}
</style>
border-color css
<style>
span { border-color: #66354C; }
span { border-color: rgb(102,53,76); }
td.TdClassName
{
border-color: #66354C;
}
.TagClassName
{
border-color: #66354C;
}
</style>