Shades of Tawny Port #603941
Tints of Tawny Port #603941
RGB
CMYK
RGB Variations
Color information
#603941 (or 0x603941) is known color: Tawny Port. HEX triplet: 60, 39 and 41. RGB value is (96,57,65). Sum of RGB (Red+Green+Blue) = 96+57+65=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #603941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603941 is #9FC6BE. Grayscale: #454545. Windows color (decimal): -10471103 or 4274528. OLE color: 4274528.
HSL color Cylindrical-coordinate representation of color #603941: hue angle of 347.69º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603941 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 57 | 65 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.62 |
| HSL | 347.69º | 0.25% | 0.3% | - |
| HSV(B) | 347.69º | 0.41% | 0.38% | - |
| XYZ | 7.24 | 5.79 | 5.74 | - |
| YUV | 69.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 65 | 0 | 0.41 | 0.32 | 0.62 | 347.69 | 0.25 | 0.3 |
| Hex | 60 | 39 | 41 | 0 | 29 | 20 | 3E | 15C | 19 | 1E |
| Octal | 140 | 71 | 101 | 0 | 51 | 40 | 76 | 534 | 31 | 36 |
| Binary | 1100000 | 111001 | 1000001 | 0 | 101001 | 100000 | 111110 | 101011100 | 11001 | 11110 |
Color Harmonies of #603941
Complementary color
Monochromatic Colors of #603941
Black with #603941
Text Example
Text Example
White with #603941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603941; }
p { color: rgb(96,57,65); }
H1.HeaderClassName
{
color: #603941;
}
.AnyTagClassName
{
color: #603941;
}
</style>
background-color css
<style>
a { background-color: #603941; }
a { background-color: rgb(96,57,65); }
div.DivClassName
{
background-color: #603941;
}
.BgClassName
{
background-color: #603941;
}
</style>
border-color css
<style>
span { border-color: #603941; }
span { border-color: rgb(96,57,65); }
td.TdClassName
{
border-color: #603941;
}
.TagClassName
{
border-color: #603941;
}
</style>