Shades of Tawny Port #68394B
Tints of Tawny Port #68394B
RGB
CMYK
RGB Variations
Color information
#68394B (or 0x68394B) is known color: Tawny Port. HEX triplet: 68, 39 and 4B. RGB value is (104,57,75). Sum of RGB (Red+Green+Blue) = 104+57+75=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68394B is #97C6B4. Grayscale: #494949. Windows color (decimal): -9946805 or 4929896. OLE color: 4929896.
HSL color Cylindrical-coordinate representation of color #68394B: hue angle of 337.02º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68394B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 75 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.59 |
| HSL | 337.02º | 0.29% | 0.32% | - |
| HSV(B) | 337.02º | 0.45% | 0.41% | - |
| XYZ | 8.44 | 6.38 | 7.44 | - |
| YUV | 73.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 75 | 0 | 0.45 | 0.28 | 0.59 | 337.02 | 0.29 | 0.32 |
| Hex | 68 | 39 | 4B | 0 | 2D | 1C | 3B | 151 | 1D | 20 |
| Octal | 150 | 71 | 113 | 0 | 55 | 34 | 73 | 521 | 35 | 40 |
| Binary | 1101000 | 111001 | 1001011 | 0 | 101101 | 11100 | 111011 | 101010001 | 11101 | 100000 |
Color Harmonies of #68394B
Complementary color
Monochromatic Colors of #68394B
Black with #68394B
Text Example
Text Example
White with #68394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68394B; }
p { color: rgb(104,57,75); }
H1.HeaderClassName
{
color: #68394B;
}
.AnyTagClassName
{
color: #68394B;
}
</style>
background-color css
<style>
a { background-color: #68394B; }
a { background-color: rgb(104,57,75); }
div.DivClassName
{
background-color: #68394B;
}
.BgClassName
{
background-color: #68394B;
}
</style>
border-color css
<style>
span { border-color: #68394B; }
span { border-color: rgb(104,57,75); }
td.TdClassName
{
border-color: #68394B;
}
.TagClassName
{
border-color: #68394B;
}
</style>