Shades of Tawny Port #68424E
Tints of Tawny Port #68424E
RGB
CMYK
RGB Variations
Color information
#68424E (or 0x68424E) is known color: Tawny Port. HEX triplet: 68, 42 and 4E. RGB value is (104,66,78). Sum of RGB (Red+Green+Blue) = 104+66+78=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68424E is #97BDB1. Grayscale: #4E4E4E. Windows color (decimal): -9944498 or 5128808. OLE color: 5128808.
HSL color Cylindrical-coordinate representation of color #68424E: hue angle of 341.05º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68424E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 78 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.59 |
| HSL | 341.05º | 0.22% | 0.33% | - |
| HSV(B) | 341.05º | 0.37% | 0.41% | - |
| XYZ | 9.03 | 7.39 | 8.16 | - |
| YUV | 78.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 78 | 0 | 0.37 | 0.25 | 0.59 | 341.05 | 0.22 | 0.33 |
| Hex | 68 | 42 | 4E | 0 | 25 | 19 | 3B | 155 | 16 | 21 |
| Octal | 150 | 102 | 116 | 0 | 45 | 31 | 73 | 525 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1001110 | 0 | 100101 | 11001 | 111011 | 101010101 | 10110 | 100001 |
Color Harmonies of #68424E
Complementary color
Monochromatic Colors of #68424E
Black with #68424E
Text Example
Text Example
White with #68424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68424E; }
p { color: rgb(104,66,78); }
H1.HeaderClassName
{
color: #68424E;
}
.AnyTagClassName
{
color: #68424E;
}
</style>
background-color css
<style>
a { background-color: #68424E; }
a { background-color: rgb(104,66,78); }
div.DivClassName
{
background-color: #68424E;
}
.BgClassName
{
background-color: #68424E;
}
</style>
border-color css
<style>
span { border-color: #68424E; }
span { border-color: rgb(104,66,78); }
td.TdClassName
{
border-color: #68424E;
}
.TagClassName
{
border-color: #68424E;
}
</style>