Shades of Tawny Port #63444A
Tints of Tawny Port #63444A
RGB
CMYK
RGB Variations
Color information
#63444A (or 0x63444A) is known color: Tawny Port. HEX triplet: 63, 44 and 4A. RGB value is (99,68,74). Sum of RGB (Red+Green+Blue) = 99+68+74=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63444A is #9CBBB5. Grayscale: #4D4D4D. Windows color (decimal): -10271670 or 4867171. OLE color: 4867171.
HSL color Cylindrical-coordinate representation of color #63444A: hue angle of 348.39º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63444A is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 74 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.61 |
| HSL | 348.39º | 0.19% | 0.33% | - |
| HSV(B) | 348.39º | 0.31% | 0.39% | - |
| XYZ | 8.45 | 7.28 | 7.44 | - |
| YUV | 77.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 74 | 0 | 0.31 | 0.25 | 0.61 | 348.39 | 0.19 | 0.33 |
| Hex | 63 | 44 | 4A | 0 | 1F | 19 | 3D | 15C | 13 | 21 |
| Octal | 143 | 104 | 112 | 0 | 37 | 31 | 75 | 534 | 23 | 41 |
| Binary | 1100011 | 1000100 | 1001010 | 0 | 11111 | 11001 | 111101 | 101011100 | 10011 | 100001 |
Color Harmonies of #63444A
Complementary color
Monochromatic Colors of #63444A
Black with #63444A
Text Example
Text Example
White with #63444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63444A; }
p { color: rgb(99,68,74); }
H1.HeaderClassName
{
color: #63444A;
}
.AnyTagClassName
{
color: #63444A;
}
</style>
background-color css
<style>
a { background-color: #63444A; }
a { background-color: rgb(99,68,74); }
div.DivClassName
{
background-color: #63444A;
}
.BgClassName
{
background-color: #63444A;
}
</style>
border-color css
<style>
span { border-color: #63444A; }
span { border-color: rgb(99,68,74); }
td.TdClassName
{
border-color: #63444A;
}
.TagClassName
{
border-color: #63444A;
}
</style>