Shades of Tawny Port #60383F
Tints of Tawny Port #60383F
RGB
CMYK
RGB Variations
Color information
#60383F (or 0x60383F) is known color: Tawny Port. HEX triplet: 60, 38 and 3F. RGB value is (96,56,63). Sum of RGB (Red+Green+Blue) = 96+56+63=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60383F is #9FC7C0. Grayscale: #444444. Windows color (decimal): -10471361 or 4143200. OLE color: 4143200.
HSL color Cylindrical-coordinate representation of color #60383F: hue angle of 349.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60383F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 63 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.62 |
| HSL | 349.5º | 0.26% | 0.3% | - |
| HSV(B) | 349.5º | 0.42% | 0.38% | - |
| XYZ | 7.14 | 5.67 | 5.42 | - |
| YUV | 68.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 63 | 0 | 0.42 | 0.34 | 0.62 | 349.5 | 0.26 | 0.3 |
| Hex | 60 | 38 | 3F | 0 | 2A | 22 | 3E | 15E | 1A | 1E |
| Octal | 140 | 70 | 77 | 0 | 52 | 42 | 76 | 536 | 32 | 36 |
| Binary | 1100000 | 111000 | 111111 | 0 | 101010 | 100010 | 111110 | 101011110 | 11010 | 11110 |
Color Harmonies of #60383F
Complementary color
Monochromatic Colors of #60383F
Black with #60383F
Text Example
Text Example
White with #60383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60383F; }
p { color: rgb(96,56,63); }
H1.HeaderClassName
{
color: #60383F;
}
.AnyTagClassName
{
color: #60383F;
}
</style>
background-color css
<style>
a { background-color: #60383F; }
a { background-color: rgb(96,56,63); }
div.DivClassName
{
background-color: #60383F;
}
.BgClassName
{
background-color: #60383F;
}
</style>
border-color css
<style>
span { border-color: #60383F; }
span { border-color: rgb(96,56,63); }
td.TdClassName
{
border-color: #60383F;
}
.TagClassName
{
border-color: #60383F;
}
</style>