Shades of Tawny Port #683345
Tints of Tawny Port #683345
RGB
CMYK
RGB Variations
Color information
#683345 (or 0x683345) is known color: Tawny Port. HEX triplet: 68, 33 and 45. RGB value is (104,51,69). Sum of RGB (Red+Green+Blue) = 104+51+69=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683345 is #97CCBA. Grayscale: #444444. Windows color (decimal): -9948347 or 4535144. OLE color: 4535144.
HSL color Cylindrical-coordinate representation of color #683345: hue angle of 339.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683345 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 69 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.59 |
| HSL | 339.62º | 0.34% | 0.3% | - |
| HSV(B) | 339.62º | 0.51% | 0.41% | - |
| XYZ | 7.97 | 5.74 | 6.32 | - |
| YUV | 68.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 69 | 0 | 0.51 | 0.34 | 0.59 | 339.62 | 0.34 | 0.3 |
| Hex | 68 | 33 | 45 | 0 | 33 | 22 | 3B | 154 | 22 | 1E |
| Octal | 150 | 63 | 105 | 0 | 63 | 42 | 73 | 524 | 42 | 36 |
| Binary | 1101000 | 110011 | 1000101 | 0 | 110011 | 100010 | 111011 | 101010100 | 100010 | 11110 |
Color Harmonies of #683345
Complementary color
Monochromatic Colors of #683345
Black with #683345
Text Example
Text Example
White with #683345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683345; }
p { color: rgb(104,51,69); }
H1.HeaderClassName
{
color: #683345;
}
.AnyTagClassName
{
color: #683345;
}
</style>
background-color css
<style>
a { background-color: #683345; }
a { background-color: rgb(104,51,69); }
div.DivClassName
{
background-color: #683345;
}
.BgClassName
{
background-color: #683345;
}
</style>
border-color css
<style>
span { border-color: #683345; }
span { border-color: rgb(104,51,69); }
td.TdClassName
{
border-color: #683345;
}
.TagClassName
{
border-color: #683345;
}
</style>