Shades of Tawny Port #66364A
Tints of Tawny Port #66364A
RGB
CMYK
RGB Variations
Color information
#66364A (or 0x66364A) is known color: Tawny Port. HEX triplet: 66, 36 and 4A. RGB value is (102,54,74). Sum of RGB (Red+Green+Blue) = 102+54+74=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66364A is #99C9B5. Grayscale: #464646. Windows color (decimal): -10078646 or 4863590. OLE color: 4863590.
HSL color Cylindrical-coordinate representation of color #66364A: hue angle of 335º 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 #66364A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 74 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.6 |
| HSL | 335º | 0.31% | 0.31% | - |
| HSV(B) | 335º | 0.47% | 0.4% | - |
| XYZ | 8.03 | 5.96 | 7.21 | - |
| YUV | 70.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 74 | 0 | 0.47 | 0.27 | 0.6 | 335 | 0.31 | 0.31 |
| Hex | 66 | 36 | 4A | 0 | 2F | 1B | 3C | 14F | 1F | 1F |
| Octal | 146 | 66 | 112 | 0 | 57 | 33 | 74 | 517 | 37 | 37 |
| Binary | 1100110 | 110110 | 1001010 | 0 | 101111 | 11011 | 111100 | 101001111 | 11111 | 11111 |
Color Harmonies of #66364A
Complementary color
Monochromatic Colors of #66364A
Black with #66364A
Text Example
Text Example
White with #66364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66364A; }
p { color: rgb(102,54,74); }
H1.HeaderClassName
{
color: #66364A;
}
.AnyTagClassName
{
color: #66364A;
}
</style>
background-color css
<style>
a { background-color: #66364A; }
a { background-color: rgb(102,54,74); }
div.DivClassName
{
background-color: #66364A;
}
.BgClassName
{
background-color: #66364A;
}
</style>
border-color css
<style>
span { border-color: #66364A; }
span { border-color: rgb(102,54,74); }
td.TdClassName
{
border-color: #66364A;
}
.TagClassName
{
border-color: #66364A;
}
</style>