Shades of Tawny Port #683444
Tints of Tawny Port #683444
RGB
CMYK
RGB Variations
Color information
#683444 (or 0x683444) is known color: Tawny Port. HEX triplet: 68, 34 and 44. RGB value is (104,52,68). Sum of RGB (Red+Green+Blue) = 104+52+68=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683444 is #97CBBB. Grayscale: #454545. Windows color (decimal): -9948092 or 4469864. OLE color: 4469864.
HSL color Cylindrical-coordinate representation of color #683444: hue angle of 341.54º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683444 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 68 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.59 |
| HSL | 341.54º | 0.33% | 0.31% | - |
| HSV(B) | 341.54º | 0.5% | 0.41% | - |
| XYZ | 7.98 | 5.82 | 6.17 | - |
| YUV | 69.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 68 | 0 | 0.50 | 0.35 | 0.59 | 341.54 | 0.33 | 0.31 |
| Hex | 68 | 34 | 44 | 0 | 32 | 23 | 3B | 156 | 21 | 1F |
| Octal | 150 | 64 | 104 | 0 | 62 | 43 | 73 | 526 | 41 | 37 |
| Binary | 1101000 | 110100 | 1000100 | 0 | 110010 | 100011 | 111011 | 101010110 | 100001 | 11111 |
Color Harmonies of #683444
Complementary color
Monochromatic Colors of #683444
Black with #683444
Text Example
Text Example
White with #683444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683444; }
p { color: rgb(104,52,68); }
H1.HeaderClassName
{
color: #683444;
}
.AnyTagClassName
{
color: #683444;
}
</style>
background-color css
<style>
a { background-color: #683444; }
a { background-color: rgb(104,52,68); }
div.DivClassName
{
background-color: #683444;
}
.BgClassName
{
background-color: #683444;
}
</style>
border-color css
<style>
span { border-color: #683444; }
span { border-color: rgb(104,52,68); }
td.TdClassName
{
border-color: #683444;
}
.TagClassName
{
border-color: #683444;
}
</style>