Shades of Tawny Port #663644
Tints of Tawny Port #663644
RGB
CMYK
RGB Variations
Color information
#663644 (or 0x663644) is known color: Tawny Port. HEX triplet: 66, 36 and 44. RGB value is (102,54,68). Sum of RGB (Red+Green+Blue) = 102+54+68=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663644 is #99C9BB. Grayscale: #454545. Windows color (decimal): -10078652 or 4470374. OLE color: 4470374.
HSL color Cylindrical-coordinate representation of color #663644: hue angle of 342.5º 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 #663644 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 68 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.6 |
| HSL | 342.5º | 0.31% | 0.31% | - |
| HSV(B) | 342.5º | 0.47% | 0.4% | - |
| XYZ | 7.84 | 5.88 | 6.19 | - |
| YUV | 69.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 68 | 0 | 0.47 | 0.33 | 0.6 | 342.5 | 0.31 | 0.31 |
| Hex | 66 | 36 | 44 | 0 | 2F | 21 | 3C | 156 | 1F | 1F |
| Octal | 146 | 66 | 104 | 0 | 57 | 41 | 74 | 526 | 37 | 37 |
| Binary | 1100110 | 110110 | 1000100 | 0 | 101111 | 100001 | 111100 | 101010110 | 11111 | 11111 |
Color Harmonies of #663644
Complementary color
Monochromatic Colors of #663644
Black with #663644
Text Example
Text Example
White with #663644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663644; }
p { color: rgb(102,54,68); }
H1.HeaderClassName
{
color: #663644;
}
.AnyTagClassName
{
color: #663644;
}
</style>
background-color css
<style>
a { background-color: #663644; }
a { background-color: rgb(102,54,68); }
div.DivClassName
{
background-color: #663644;
}
.BgClassName
{
background-color: #663644;
}
</style>
border-color css
<style>
span { border-color: #663644; }
span { border-color: rgb(102,54,68); }
td.TdClassName
{
border-color: #663644;
}
.TagClassName
{
border-color: #663644;
}
</style>