Shades of Tawny Port #663A42
Tints of Tawny Port #663A42
RGB
CMYK
RGB Variations
Color information
#663A42 (or 0x663A42) is known color: Tawny Port. HEX triplet: 66, 3A and 42. RGB value is (102,58,66). Sum of RGB (Red+Green+Blue) = 102+58+66=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A42 is #99C5BD. Grayscale: #484848. Windows color (decimal): -10077630 or 4340326. OLE color: 4340326.
HSL color Cylindrical-coordinate representation of color #663A42: hue angle of 349.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #663A42 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 66 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.6 |
| HSL | 349.09º | 0.28% | 0.31% | - |
| HSV(B) | 349.09º | 0.43% | 0.4% | - |
| XYZ | 7.98 | 6.24 | 5.94 | - |
| YUV | 72.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 66 | 0 | 0.43 | 0.35 | 0.6 | 349.09 | 0.28 | 0.31 |
| Hex | 66 | 3A | 42 | 0 | 2B | 23 | 3C | 15D | 1C | 1F |
| Octal | 146 | 72 | 102 | 0 | 53 | 43 | 74 | 535 | 34 | 37 |
| Binary | 1100110 | 111010 | 1000010 | 0 | 101011 | 100011 | 111100 | 101011101 | 11100 | 11111 |
Color Harmonies of #663A42
Complementary color
Monochromatic Colors of #663A42
Black with #663A42
Text Example
Text Example
White with #663A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A42; }
p { color: rgb(102,58,66); }
H1.HeaderClassName
{
color: #663A42;
}
.AnyTagClassName
{
color: #663A42;
}
</style>
background-color css
<style>
a { background-color: #663A42; }
a { background-color: rgb(102,58,66); }
div.DivClassName
{
background-color: #663A42;
}
.BgClassName
{
background-color: #663A42;
}
</style>
border-color css
<style>
span { border-color: #663A42; }
span { border-color: rgb(102,58,66); }
td.TdClassName
{
border-color: #663A42;
}
.TagClassName
{
border-color: #663A42;
}
</style>