Shades of Tawny Port #683445
Tints of Tawny Port #683445
RGB
CMYK
RGB Variations
Color information
#683445 (or 0x683445) is known color: Tawny Port. HEX triplet: 68, 34 and 45. RGB value is (104,52,69). Sum of RGB (Red+Green+Blue) = 104+52+69=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683445 is #97CBBA. Grayscale: #454545. Windows color (decimal): -9948091 or 4535400. OLE color: 4535400.
HSL color Cylindrical-coordinate representation of color #683445: hue angle of 340.38º 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 #683445 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 69 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.59 |
| HSL | 340.38º | 0.33% | 0.31% | - |
| HSV(B) | 340.38º | 0.5% | 0.41% | - |
| XYZ | 8.01 | 5.83 | 6.33 | - |
| YUV | 69.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 69 | 0 | 0.50 | 0.34 | 0.59 | 340.38 | 0.33 | 0.31 |
| Hex | 68 | 34 | 45 | 0 | 32 | 22 | 3B | 154 | 21 | 1F |
| Octal | 150 | 64 | 105 | 0 | 62 | 42 | 73 | 524 | 41 | 37 |
| Binary | 1101000 | 110100 | 1000101 | 0 | 110010 | 100010 | 111011 | 101010100 | 100001 | 11111 |
Color Harmonies of #683445
Complementary color
Monochromatic Colors of #683445
Black with #683445
Text Example
Text Example
White with #683445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683445; }
p { color: rgb(104,52,69); }
H1.HeaderClassName
{
color: #683445;
}
.AnyTagClassName
{
color: #683445;
}
</style>
background-color css
<style>
a { background-color: #683445; }
a { background-color: rgb(104,52,69); }
div.DivClassName
{
background-color: #683445;
}
.BgClassName
{
background-color: #683445;
}
</style>
border-color css
<style>
span { border-color: #683445; }
span { border-color: rgb(104,52,69); }
td.TdClassName
{
border-color: #683445;
}
.TagClassName
{
border-color: #683445;
}
</style>