Shades of Tawny Port #62404C
Tints of Tawny Port #62404C
RGB
CMYK
RGB Variations
Color information
#62404C (or 0x62404C) is known color: Tawny Port. HEX triplet: 62, 40 and 4C. RGB value is (98,64,76). Sum of RGB (Red+Green+Blue) = 98+64+76=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #62404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62404C is #9DBFB3. Grayscale: #4B4B4B. Windows color (decimal): -10338228 or 4997218. OLE color: 4997218.
HSL color Cylindrical-coordinate representation of color #62404C: hue angle of 338.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62404C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 76 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.62 |
| HSL | 338.82º | 0.21% | 0.32% | - |
| HSV(B) | 338.82º | 0.35% | 0.38% | - |
| XYZ | 8.17 | 6.79 | 7.72 | - |
| YUV | 75.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 76 | 0 | 0.35 | 0.22 | 0.62 | 338.82 | 0.21 | 0.32 |
| Hex | 62 | 40 | 4C | 0 | 23 | 16 | 3E | 153 | 15 | 20 |
| Octal | 142 | 100 | 114 | 0 | 43 | 26 | 76 | 523 | 25 | 40 |
| Binary | 1100010 | 1000000 | 1001100 | 0 | 100011 | 10110 | 111110 | 101010011 | 10101 | 100000 |
Color Harmonies of #62404C
Complementary color
Monochromatic Colors of #62404C
Black with #62404C
Text Example
Text Example
White with #62404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62404C; }
p { color: rgb(98,64,76); }
H1.HeaderClassName
{
color: #62404C;
}
.AnyTagClassName
{
color: #62404C;
}
</style>
background-color css
<style>
a { background-color: #62404C; }
a { background-color: rgb(98,64,76); }
div.DivClassName
{
background-color: #62404C;
}
.BgClassName
{
background-color: #62404C;
}
</style>
border-color css
<style>
span { border-color: #62404C; }
span { border-color: rgb(98,64,76); }
td.TdClassName
{
border-color: #62404C;
}
.TagClassName
{
border-color: #62404C;
}
</style>