Shades of Tawny Port #63434C
Tints of Tawny Port #63434C
RGB
CMYK
RGB Variations
Color information
#63434C (or 0x63434C) is known color: Tawny Port. HEX triplet: 63, 43 and 4C. RGB value is (99,67,76). Sum of RGB (Red+Green+Blue) = 99+67+76=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63434C is #9CBCB3. Grayscale: #4D4D4D. Windows color (decimal): -10271924 or 4997987. OLE color: 4997987.
HSL color Cylindrical-coordinate representation of color #63434C: hue angle of 343.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63434C is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 67 | 76 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.61 |
| HSL | 343.13º | 0.19% | 0.33% | - |
| HSV(B) | 343.13º | 0.32% | 0.39% | - |
| XYZ | 8.46 | 7.19 | 7.78 | - |
| YUV | 77.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 76 | 0 | 0.32 | 0.23 | 0.61 | 343.13 | 0.19 | 0.33 |
| Hex | 63 | 43 | 4C | 0 | 20 | 17 | 3D | 157 | 13 | 21 |
| Octal | 143 | 103 | 114 | 0 | 40 | 27 | 75 | 527 | 23 | 41 |
| Binary | 1100011 | 1000011 | 1001100 | 0 | 100000 | 10111 | 111101 | 101010111 | 10011 | 100001 |
Color Harmonies of #63434C
Complementary color
Monochromatic Colors of #63434C
Black with #63434C
Text Example
Text Example
White with #63434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63434C; }
p { color: rgb(99,67,76); }
H1.HeaderClassName
{
color: #63434C;
}
.AnyTagClassName
{
color: #63434C;
}
</style>
background-color css
<style>
a { background-color: #63434C; }
a { background-color: rgb(99,67,76); }
div.DivClassName
{
background-color: #63434C;
}
.BgClassName
{
background-color: #63434C;
}
</style>
border-color css
<style>
span { border-color: #63434C; }
span { border-color: rgb(99,67,76); }
td.TdClassName
{
border-color: #63434C;
}
.TagClassName
{
border-color: #63434C;
}
</style>