Shades of Tawny Port #63414A
Tints of Tawny Port #63414A
RGB
CMYK
RGB Variations
Color information
#63414A (or 0x63414A) is known color: Tawny Port. HEX triplet: 63, 41 and 4A. RGB value is (99,65,74). Sum of RGB (Red+Green+Blue) = 99+65+74=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #63414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63414A is #9CBEB5. Grayscale: #4C4C4C. Windows color (decimal): -10272438 or 4866403. OLE color: 4866403.
HSL color Cylindrical-coordinate representation of color #63414A: hue angle of 344.12º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63414A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 74 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.61 |
| HSL | 344.12º | 0.21% | 0.32% | - |
| HSV(B) | 344.12º | 0.34% | 0.39% | - |
| XYZ | 8.27 | 6.93 | 7.38 | - |
| YUV | 76.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 74 | 0 | 0.34 | 0.25 | 0.61 | 344.12 | 0.21 | 0.32 |
| Hex | 63 | 41 | 4A | 0 | 22 | 19 | 3D | 158 | 15 | 20 |
| Octal | 143 | 101 | 112 | 0 | 42 | 31 | 75 | 530 | 25 | 40 |
| Binary | 1100011 | 1000001 | 1001010 | 0 | 100010 | 11001 | 111101 | 101011000 | 10101 | 100000 |
Color Harmonies of #63414A
Complementary color
Monochromatic Colors of #63414A
Black with #63414A
Text Example
Text Example
White with #63414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63414A; }
p { color: rgb(99,65,74); }
H1.HeaderClassName
{
color: #63414A;
}
.AnyTagClassName
{
color: #63414A;
}
</style>
background-color css
<style>
a { background-color: #63414A; }
a { background-color: rgb(99,65,74); }
div.DivClassName
{
background-color: #63414A;
}
.BgClassName
{
background-color: #63414A;
}
</style>
border-color css
<style>
span { border-color: #63414A; }
span { border-color: rgb(99,65,74); }
td.TdClassName
{
border-color: #63414A;
}
.TagClassName
{
border-color: #63414A;
}
</style>