Shades of Tawny Port #603E4A
Tints of Tawny Port #603E4A
RGB
CMYK
RGB Variations
Color information
#603E4A (or 0x603E4A) is known color: Tawny Port. HEX triplet: 60, 3E and 4A. RGB value is (96,62,74). Sum of RGB (Red+Green+Blue) = 96+62+74=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E4A is #9FC1B5. Grayscale: #494949. Windows color (decimal): -10469814 or 4865632. OLE color: 4865632.
HSL color Cylindrical-coordinate representation of color #603E4A: hue angle of 338.82º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #603E4A is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 74 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.62 |
| HSL | 338.82º | 0.22% | 0.31% | - |
| HSV(B) | 338.82º | 0.35% | 0.38% | - |
| XYZ | 7.78 | 6.43 | 7.31 | - |
| YUV | 73.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 74 | 0 | 0.35 | 0.23 | 0.62 | 338.82 | 0.22 | 0.31 |
| Hex | 60 | 3E | 4A | 0 | 23 | 17 | 3E | 153 | 16 | 1F |
| Octal | 140 | 76 | 112 | 0 | 43 | 27 | 76 | 523 | 26 | 37 |
| Binary | 1100000 | 111110 | 1001010 | 0 | 100011 | 10111 | 111110 | 101010011 | 10110 | 11111 |
Color Harmonies of #603E4A
Complementary color
Monochromatic Colors of #603E4A
Black with #603E4A
Text Example
Text Example
White with #603E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E4A; }
p { color: rgb(96,62,74); }
H1.HeaderClassName
{
color: #603E4A;
}
.AnyTagClassName
{
color: #603E4A;
}
</style>
background-color css
<style>
a { background-color: #603E4A; }
a { background-color: rgb(96,62,74); }
div.DivClassName
{
background-color: #603E4A;
}
.BgClassName
{
background-color: #603E4A;
}
</style>
border-color css
<style>
span { border-color: #603E4A; }
span { border-color: rgb(96,62,74); }
td.TdClassName
{
border-color: #603E4A;
}
.TagClassName
{
border-color: #603E4A;
}
</style>