Shades of Tawny Port #63404A
Tints of Tawny Port #63404A
RGB
CMYK
RGB Variations
Color information
#63404A (or 0x63404A) is known color: Tawny Port. HEX triplet: 63, 40 and 4A. RGB value is (99,64,74). Sum of RGB (Red+Green+Blue) = 99+64+74=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #63404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63404A is #9CBFB5. Grayscale: #4B4B4B. Windows color (decimal): -10272694 or 4866147. OLE color: 4866147.
HSL color Cylindrical-coordinate representation of color #63404A: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63404A is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 64 | 74 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.61 |
| HSL | 342.86º | 0.21% | 0.32% | - |
| HSV(B) | 342.86º | 0.35% | 0.39% | - |
| XYZ | 8.22 | 6.81 | 7.36 | - |
| YUV | 75.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 74 | 0 | 0.35 | 0.25 | 0.61 | 342.86 | 0.21 | 0.32 |
| Hex | 63 | 40 | 4A | 0 | 23 | 19 | 3D | 157 | 15 | 20 |
| Octal | 143 | 100 | 112 | 0 | 43 | 31 | 75 | 527 | 25 | 40 |
| Binary | 1100011 | 1000000 | 1001010 | 0 | 100011 | 11001 | 111101 | 101010111 | 10101 | 100000 |
Color Harmonies of #63404A
Complementary color
Monochromatic Colors of #63404A
Black with #63404A
Text Example
Text Example
White with #63404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63404A; }
p { color: rgb(99,64,74); }
H1.HeaderClassName
{
color: #63404A;
}
.AnyTagClassName
{
color: #63404A;
}
</style>
background-color css
<style>
a { background-color: #63404A; }
a { background-color: rgb(99,64,74); }
div.DivClassName
{
background-color: #63404A;
}
.BgClassName
{
background-color: #63404A;
}
</style>
border-color css
<style>
span { border-color: #63404A; }
span { border-color: rgb(99,64,74); }
td.TdClassName
{
border-color: #63404A;
}
.TagClassName
{
border-color: #63404A;
}
</style>