Shades of Tawny Port #603E42
Tints of Tawny Port #603E42
RGB
CMYK
RGB Variations
Color information
#603E42 (or 0x603E42) is known color: Tawny Port. HEX triplet: 60, 3E and 42. RGB value is (96,62,66). Sum of RGB (Red+Green+Blue) = 96+62+66=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #603E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E42 is #9FC1BD. Grayscale: #484848. Windows color (decimal): -10469822 or 4341344. OLE color: 4341344.
HSL color Cylindrical-coordinate representation of color #603E42: hue angle of 352.94º 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 #603E42 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 66 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.62 |
| HSL | 352.94º | 0.22% | 0.31% | - |
| HSV(B) | 352.94º | 0.35% | 0.38% | - |
| XYZ | 7.53 | 6.33 | 5.98 | - |
| YUV | 72.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 66 | 0 | 0.35 | 0.31 | 0.62 | 352.94 | 0.22 | 0.31 |
| Hex | 60 | 3E | 42 | 0 | 23 | 1F | 3E | 161 | 16 | 1F |
| Octal | 140 | 76 | 102 | 0 | 43 | 37 | 76 | 541 | 26 | 37 |
| Binary | 1100000 | 111110 | 1000010 | 0 | 100011 | 11111 | 111110 | 101100001 | 10110 | 11111 |
Color Harmonies of #603E42
Complementary color
Monochromatic Colors of #603E42
Black with #603E42
Text Example
Text Example
White with #603E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E42; }
p { color: rgb(96,62,66); }
H1.HeaderClassName
{
color: #603E42;
}
.AnyTagClassName
{
color: #603E42;
}
</style>
background-color css
<style>
a { background-color: #603E42; }
a { background-color: rgb(96,62,66); }
div.DivClassName
{
background-color: #603E42;
}
.BgClassName
{
background-color: #603E42;
}
</style>
border-color css
<style>
span { border-color: #603E42; }
span { border-color: rgb(96,62,66); }
td.TdClassName
{
border-color: #603E42;
}
.TagClassName
{
border-color: #603E42;
}
</style>