Shades of Tawny Port #663641
Tints of Tawny Port #663641
RGB
CMYK
RGB Variations
Color information
#663641 (or 0x663641) is known color: Tawny Port. HEX triplet: 66, 36 and 41. RGB value is (102,54,65). Sum of RGB (Red+Green+Blue) = 102+54+65=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663641 is #99C9BE. Grayscale: #454545. Windows color (decimal): -10078655 or 4273766. OLE color: 4273766.
HSL color Cylindrical-coordinate representation of color #663641: hue angle of 346.25º 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 #663641 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 65 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.6 |
| HSL | 346.25º | 0.31% | 0.31% | - |
| HSV(B) | 346.25º | 0.47% | 0.4% | - |
| XYZ | 7.75 | 5.84 | 5.72 | - |
| YUV | 69.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 65 | 0 | 0.47 | 0.36 | 0.6 | 346.25 | 0.31 | 0.31 |
| Hex | 66 | 36 | 41 | 0 | 2F | 24 | 3C | 15A | 1F | 1F |
| Octal | 146 | 66 | 101 | 0 | 57 | 44 | 74 | 532 | 37 | 37 |
| Binary | 1100110 | 110110 | 1000001 | 0 | 101111 | 100100 | 111100 | 101011010 | 11111 | 11111 |
Color Harmonies of #663641
Complementary color
Monochromatic Colors of #663641
Black with #663641
Text Example
Text Example
White with #663641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663641; }
p { color: rgb(102,54,65); }
H1.HeaderClassName
{
color: #663641;
}
.AnyTagClassName
{
color: #663641;
}
</style>
background-color css
<style>
a { background-color: #663641; }
a { background-color: rgb(102,54,65); }
div.DivClassName
{
background-color: #663641;
}
.BgClassName
{
background-color: #663641;
}
</style>
border-color css
<style>
span { border-color: #663641; }
span { border-color: rgb(102,54,65); }
td.TdClassName
{
border-color: #663641;
}
.TagClassName
{
border-color: #663641;
}
</style>