Shades of Tawny Port #68374F
Tints of Tawny Port #68374F
RGB
CMYK
RGB Variations
Color information
#68374F (or 0x68374F) is known color: Tawny Port. HEX triplet: 68, 37 and 4F. RGB value is (104,55,79). Sum of RGB (Red+Green+Blue) = 104+55+79=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68374F is #97C8B0. Grayscale: #484848. Windows color (decimal): -9947313 or 5191528. OLE color: 5191528.
HSL color Cylindrical-coordinate representation of color #68374F: hue angle of 330.61º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68374F is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 55 | 79 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.59 |
| HSL | 330.61º | 0.31% | 0.31% | - |
| HSV(B) | 330.61º | 0.47% | 0.41% | - |
| XYZ | 8.49 | 6.24 | 8.15 | - |
| YUV | 72.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 79 | 0 | 0.47 | 0.24 | 0.59 | 330.61 | 0.31 | 0.31 |
| Hex | 68 | 37 | 4F | 0 | 2F | 18 | 3B | 14B | 1F | 1F |
| Octal | 150 | 67 | 117 | 0 | 57 | 30 | 73 | 513 | 37 | 37 |
| Binary | 1101000 | 110111 | 1001111 | 0 | 101111 | 11000 | 111011 | 101001011 | 11111 | 11111 |
Color Harmonies of #68374F
Complementary color
Monochromatic Colors of #68374F
Black with #68374F
Text Example
Text Example
White with #68374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68374F; }
p { color: rgb(104,55,79); }
H1.HeaderClassName
{
color: #68374F;
}
.AnyTagClassName
{
color: #68374F;
}
</style>
background-color css
<style>
a { background-color: #68374F; }
a { background-color: rgb(104,55,79); }
div.DivClassName
{
background-color: #68374F;
}
.BgClassName
{
background-color: #68374F;
}
</style>
border-color css
<style>
span { border-color: #68374F; }
span { border-color: rgb(104,55,79); }
td.TdClassName
{
border-color: #68374F;
}
.TagClassName
{
border-color: #68374F;
}
</style>