Shades of Tawny Port #663942
Tints of Tawny Port #663942
RGB
CMYK
RGB Variations
Color information
#663942 (or 0x663942) is known color: Tawny Port. HEX triplet: 66, 39 and 42. RGB value is (102,57,66). Sum of RGB (Red+Green+Blue) = 102+57+66=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663942 is #99C6BD. Grayscale: #474747. Windows color (decimal): -10077886 or 4340070. OLE color: 4340070.
HSL color Cylindrical-coordinate representation of color #663942: hue angle of 348º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663942 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 66 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.6 |
| HSL | 348º | 0.28% | 0.31% | - |
| HSV(B) | 348º | 0.44% | 0.4% | - |
| XYZ | 7.93 | 6.14 | 5.92 | - |
| YUV | 71.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 66 | 0 | 0.44 | 0.35 | 0.6 | 348 | 0.28 | 0.31 |
| Hex | 66 | 39 | 42 | 0 | 2C | 23 | 3C | 15C | 1C | 1F |
| Octal | 146 | 71 | 102 | 0 | 54 | 43 | 74 | 534 | 34 | 37 |
| Binary | 1100110 | 111001 | 1000010 | 0 | 101100 | 100011 | 111100 | 101011100 | 11100 | 11111 |
Color Harmonies of #663942
Complementary color
Monochromatic Colors of #663942
Black with #663942
Text Example
Text Example
White with #663942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663942; }
p { color: rgb(102,57,66); }
H1.HeaderClassName
{
color: #663942;
}
.AnyTagClassName
{
color: #663942;
}
</style>
background-color css
<style>
a { background-color: #663942; }
a { background-color: rgb(102,57,66); }
div.DivClassName
{
background-color: #663942;
}
.BgClassName
{
background-color: #663942;
}
</style>
border-color css
<style>
span { border-color: #663942; }
span { border-color: rgb(102,57,66); }
td.TdClassName
{
border-color: #663942;
}
.TagClassName
{
border-color: #663942;
}
</style>