Shades of Tawny Port #683D45
Tints of Tawny Port #683D45
RGB
CMYK
RGB Variations
Color information
#683D45 (or 0x683D45) is known color: Tawny Port. HEX triplet: 68, 3D and 45. RGB value is (104,61,69). Sum of RGB (Red+Green+Blue) = 104+61+69=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #683D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D45 is #97C2BA. Grayscale: #4A4A4A. Windows color (decimal): -9945787 or 4537704. OLE color: 4537704.
HSL color Cylindrical-coordinate representation of color #683D45: hue angle of 348.84º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D45 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 69 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.59 |
| HSL | 348.84º | 0.26% | 0.32% | - |
| HSV(B) | 348.84º | 0.41% | 0.41% | - |
| XYZ | 8.45 | 6.71 | 6.48 | - |
| YUV | 74.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 69 | 0 | 0.41 | 0.34 | 0.59 | 348.84 | 0.26 | 0.32 |
| Hex | 68 | 3D | 45 | 0 | 29 | 22 | 3B | 15D | 1A | 20 |
| Octal | 150 | 75 | 105 | 0 | 51 | 42 | 73 | 535 | 32 | 40 |
| Binary | 1101000 | 111101 | 1000101 | 0 | 101001 | 100010 | 111011 | 101011101 | 11010 | 100000 |
Color Harmonies of #683D45
Complementary color
Monochromatic Colors of #683D45
Black with #683D45
Text Example
Text Example
White with #683D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D45; }
p { color: rgb(104,61,69); }
H1.HeaderClassName
{
color: #683D45;
}
.AnyTagClassName
{
color: #683D45;
}
</style>
background-color css
<style>
a { background-color: #683D45; }
a { background-color: rgb(104,61,69); }
div.DivClassName
{
background-color: #683D45;
}
.BgClassName
{
background-color: #683D45;
}
</style>
border-color css
<style>
span { border-color: #683D45; }
span { border-color: rgb(104,61,69); }
td.TdClassName
{
border-color: #683D45;
}
.TagClassName
{
border-color: #683D45;
}
</style>