Shades of Tawny Port #63424A
Tints of Tawny Port #63424A
RGB
CMYK
RGB Variations
Color information
#63424A (or 0x63424A) is known color: Tawny Port. HEX triplet: 63, 42 and 4A. RGB value is (99,66,74). Sum of RGB (Red+Green+Blue) = 99+66+74=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63424A is #9CBDB5. Grayscale: #4C4C4C. Windows color (decimal): -10272182 or 4866659. OLE color: 4866659.
HSL color Cylindrical-coordinate representation of color #63424A: hue angle of 345.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63424A is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 74 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.61 |
| HSL | 345.45º | 0.2% | 0.32% | - |
| HSV(B) | 345.45º | 0.33% | 0.39% | - |
| XYZ | 8.33 | 7.04 | 7.4 | - |
| YUV | 76.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 74 | 0 | 0.33 | 0.25 | 0.61 | 345.45 | 0.2 | 0.32 |
| Hex | 63 | 42 | 4A | 0 | 21 | 19 | 3D | 159 | 14 | 20 |
| Octal | 143 | 102 | 112 | 0 | 41 | 31 | 75 | 531 | 24 | 40 |
| Binary | 1100011 | 1000010 | 1001010 | 0 | 100001 | 11001 | 111101 | 101011001 | 10100 | 100000 |
Color Harmonies of #63424A
Complementary color
Monochromatic Colors of #63424A
Black with #63424A
Text Example
Text Example
White with #63424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63424A; }
p { color: rgb(99,66,74); }
H1.HeaderClassName
{
color: #63424A;
}
.AnyTagClassName
{
color: #63424A;
}
</style>
background-color css
<style>
a { background-color: #63424A; }
a { background-color: rgb(99,66,74); }
div.DivClassName
{
background-color: #63424A;
}
.BgClassName
{
background-color: #63424A;
}
</style>
border-color css
<style>
span { border-color: #63424A; }
span { border-color: rgb(99,66,74); }
td.TdClassName
{
border-color: #63424A;
}
.TagClassName
{
border-color: #63424A;
}
</style>