Shades of Tawny Port #633146
Tints of Tawny Port #633146
RGB
CMYK
RGB Variations
Color information
#633146 (or 0x633146) is known color: Tawny Port. HEX triplet: 63, 31 and 46. RGB value is (99,49,70). Sum of RGB (Red+Green+Blue) = 99+49+70=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #633146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633146 is #9CCEB9. Grayscale: #424242. Windows color (decimal): -10276538 or 4600163. OLE color: 4600163.
HSL color Cylindrical-coordinate representation of color #633146: hue angle of 334.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633146 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 70 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.61 |
| HSL | 334.8º | 0.34% | 0.29% | - |
| HSV(B) | 334.8º | 0.51% | 0.39% | - |
| XYZ | 7.35 | 5.29 | 6.43 | - |
| YUV | 66.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 70 | 0 | 0.51 | 0.29 | 0.61 | 334.8 | 0.34 | 0.29 |
| Hex | 63 | 31 | 46 | 0 | 33 | 1D | 3D | 14F | 22 | 1D |
| Octal | 143 | 61 | 106 | 0 | 63 | 35 | 75 | 517 | 42 | 35 |
| Binary | 1100011 | 110001 | 1000110 | 0 | 110011 | 11101 | 111101 | 101001111 | 100010 | 11101 |
Color Harmonies of #633146
Complementary color
Monochromatic Colors of #633146
Black with #633146
Text Example
Text Example
White with #633146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633146; }
p { color: rgb(99,49,70); }
H1.HeaderClassName
{
color: #633146;
}
.AnyTagClassName
{
color: #633146;
}
</style>
background-color css
<style>
a { background-color: #633146; }
a { background-color: rgb(99,49,70); }
div.DivClassName
{
background-color: #633146;
}
.BgClassName
{
background-color: #633146;
}
</style>
border-color css
<style>
span { border-color: #633146; }
span { border-color: rgb(99,49,70); }
td.TdClassName
{
border-color: #633146;
}
.TagClassName
{
border-color: #633146;
}
</style>