Shades of Tawny Port #683945
Tints of Tawny Port #683945
RGB
CMYK
RGB Variations
Color information
#683945 (or 0x683945) is known color: Tawny Port. HEX triplet: 68, 39 and 45. RGB value is (104,57,69). Sum of RGB (Red+Green+Blue) = 104+57+69=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #683945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683945 is #97C6BA. Grayscale: #484848. Windows color (decimal): -9946811 or 4536680. OLE color: 4536680.
HSL color Cylindrical-coordinate representation of color #683945: hue angle of 344.68º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #683945 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 69 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.59 |
| HSL | 344.68º | 0.29% | 0.32% | - |
| HSV(B) | 344.68º | 0.45% | 0.41% | - |
| XYZ | 8.25 | 6.3 | 6.41 | - |
| YUV | 72.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 69 | 0 | 0.45 | 0.34 | 0.59 | 344.68 | 0.29 | 0.32 |
| Hex | 68 | 39 | 45 | 0 | 2D | 22 | 3B | 159 | 1D | 20 |
| Octal | 150 | 71 | 105 | 0 | 55 | 42 | 73 | 531 | 35 | 40 |
| Binary | 1101000 | 111001 | 1000101 | 0 | 101101 | 100010 | 111011 | 101011001 | 11101 | 100000 |
Color Harmonies of #683945
Complementary color
Monochromatic Colors of #683945
Black with #683945
Text Example
Text Example
White with #683945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683945; }
p { color: rgb(104,57,69); }
H1.HeaderClassName
{
color: #683945;
}
.AnyTagClassName
{
color: #683945;
}
</style>
background-color css
<style>
a { background-color: #683945; }
a { background-color: rgb(104,57,69); }
div.DivClassName
{
background-color: #683945;
}
.BgClassName
{
background-color: #683945;
}
</style>
border-color css
<style>
span { border-color: #683945; }
span { border-color: rgb(104,57,69); }
td.TdClassName
{
border-color: #683945;
}
.TagClassName
{
border-color: #683945;
}
</style>