Shades of Tawny Port #66374F
Tints of Tawny Port #66374F
RGB
CMYK
RGB Variations
Color information
#66374F (or 0x66374F) is known color: Tawny Port. HEX triplet: 66, 37 and 4F. RGB value is (102,55,79). Sum of RGB (Red+Green+Blue) = 102+55+79=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #66374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66374F is #99C8B0. Grayscale: #474747. Windows color (decimal): -10078385 or 5191526. OLE color: 5191526.
HSL color Cylindrical-coordinate representation of color #66374F: hue angle of 329.36º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66374F is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 79 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.6 |
| HSL | 329.36º | 0.3% | 0.31% | - |
| HSV(B) | 329.36º | 0.46% | 0.4% | - |
| XYZ | 8.26 | 6.12 | 8.14 | - |
| YUV | 71.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 79 | 0 | 0.46 | 0.23 | 0.6 | 329.36 | 0.3 | 0.31 |
| Hex | 66 | 37 | 4F | 0 | 2E | 17 | 3C | 149 | 1E | 1F |
| Octal | 146 | 67 | 117 | 0 | 56 | 27 | 74 | 511 | 36 | 37 |
| Binary | 1100110 | 110111 | 1001111 | 0 | 101110 | 10111 | 111100 | 101001001 | 11110 | 11111 |
Color Harmonies of #66374F
Complementary color
Monochromatic Colors of #66374F
Black with #66374F
Text Example
Text Example
White with #66374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66374F; }
p { color: rgb(102,55,79); }
H1.HeaderClassName
{
color: #66374F;
}
.AnyTagClassName
{
color: #66374F;
}
</style>
background-color css
<style>
a { background-color: #66374F; }
a { background-color: rgb(102,55,79); }
div.DivClassName
{
background-color: #66374F;
}
.BgClassName
{
background-color: #66374F;
}
</style>
border-color css
<style>
span { border-color: #66374F; }
span { border-color: rgb(102,55,79); }
td.TdClassName
{
border-color: #66374F;
}
.TagClassName
{
border-color: #66374F;
}
</style>