Shades of Tawny Port #663F48
Tints of Tawny Port #663F48
RGB
CMYK
RGB Variations
Color information
#663F48 (or 0x663F48) is known color: Tawny Port. HEX triplet: 66, 3F and 48. RGB value is (102,63,72). Sum of RGB (Red+Green+Blue) = 102+63+72=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #663F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F48 is #99C0B7. Grayscale: #4B4B4B. Windows color (decimal): -10076344 or 4734822. OLE color: 4734822.
HSL color Cylindrical-coordinate representation of color #663F48: hue angle of 346.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F48 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 72 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.6 |
| HSL | 346.15º | 0.24% | 0.32% | - |
| HSV(B) | 346.15º | 0.38% | 0.4% | - |
| XYZ | 8.43 | 6.85 | 7.01 | - |
| YUV | 75.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 72 | 0 | 0.38 | 0.29 | 0.6 | 346.15 | 0.24 | 0.32 |
| Hex | 66 | 3F | 48 | 0 | 26 | 1D | 3C | 15A | 18 | 20 |
| Octal | 146 | 77 | 110 | 0 | 46 | 35 | 74 | 532 | 30 | 40 |
| Binary | 1100110 | 111111 | 1001000 | 0 | 100110 | 11101 | 111100 | 101011010 | 11000 | 100000 |
Color Harmonies of #663F48
Complementary color
Monochromatic Colors of #663F48
Black with #663F48
Text Example
Text Example
White with #663F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F48; }
p { color: rgb(102,63,72); }
H1.HeaderClassName
{
color: #663F48;
}
.AnyTagClassName
{
color: #663F48;
}
</style>
background-color css
<style>
a { background-color: #663F48; }
a { background-color: rgb(102,63,72); }
div.DivClassName
{
background-color: #663F48;
}
.BgClassName
{
background-color: #663F48;
}
</style>
border-color css
<style>
span { border-color: #663F48; }
span { border-color: rgb(102,63,72); }
td.TdClassName
{
border-color: #663F48;
}
.TagClassName
{
border-color: #663F48;
}
</style>