Shades of Tawny Port #682F47
Tints of Tawny Port #682F47
RGB
CMYK
RGB Variations
Color information
#682F47 (or 0x682F47) is known color: Tawny Port. HEX triplet: 68, 2F and 47. RGB value is (104,47,71). Sum of RGB (Red+Green+Blue) = 104+47+71=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #682F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F47 is #97D0B8. Grayscale: #424242. Windows color (decimal): -9949369 or 4665192. OLE color: 4665192.
HSL color Cylindrical-coordinate representation of color #682F47: hue angle of 334.74º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F47 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 71 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.59 |
| HSL | 334.74º | 0.38% | 0.3% | - |
| HSV(B) | 334.74º | 0.55% | 0.41% | - |
| XYZ | 7.86 | 5.43 | 6.6 | - |
| YUV | 66.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 71 | 0 | 0.55 | 0.32 | 0.59 | 334.74 | 0.38 | 0.3 |
| Hex | 68 | 2F | 47 | 0 | 37 | 20 | 3B | 14F | 26 | 1E |
| Octal | 150 | 57 | 107 | 0 | 67 | 40 | 73 | 517 | 46 | 36 |
| Binary | 1101000 | 101111 | 1000111 | 0 | 110111 | 100000 | 111011 | 101001111 | 100110 | 11110 |
Color Harmonies of #682F47
Complementary color
Monochromatic Colors of #682F47
Black with #682F47
Text Example
Text Example
White with #682F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F47; }
p { color: rgb(104,47,71); }
H1.HeaderClassName
{
color: #682F47;
}
.AnyTagClassName
{
color: #682F47;
}
</style>
background-color css
<style>
a { background-color: #682F47; }
a { background-color: rgb(104,47,71); }
div.DivClassName
{
background-color: #682F47;
}
.BgClassName
{
background-color: #682F47;
}
</style>
border-color css
<style>
span { border-color: #682F47; }
span { border-color: rgb(104,47,71); }
td.TdClassName
{
border-color: #682F47;
}
.TagClassName
{
border-color: #682F47;
}
</style>