Shades of Tawny Port #693942
Tints of Tawny Port #693942
RGB
CMYK
RGB Variations
Color information
#693942 (or 0x693942) is known color: Tawny Port. HEX triplet: 69, 39 and 42. RGB value is (105,57,66). Sum of RGB (Red+Green+Blue) = 105+57+66=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #693942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693942 is #96C6BD. Grayscale: #484848. Windows color (decimal): -9881278 or 4340073. OLE color: 4340073.
HSL color Cylindrical-coordinate representation of color #693942: hue angle of 348.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #693942 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 66 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.59 |
| HSL | 348.75º | 0.3% | 0.32% | - |
| HSV(B) | 348.75º | 0.46% | 0.41% | - |
| XYZ | 8.27 | 6.32 | 5.94 | - |
| YUV | 72.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 66 | 0 | 0.46 | 0.37 | 0.59 | 348.75 | 0.3 | 0.32 |
| Hex | 69 | 39 | 42 | 0 | 2E | 25 | 3B | 15D | 1E | 20 |
| Octal | 151 | 71 | 102 | 0 | 56 | 45 | 73 | 535 | 36 | 40 |
| Binary | 1101001 | 111001 | 1000010 | 0 | 101110 | 100101 | 111011 | 101011101 | 11110 | 100000 |
Color Harmonies of #693942
Complementary color
Monochromatic Colors of #693942
Black with #693942
Text Example
Text Example
White with #693942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693942; }
p { color: rgb(105,57,66); }
H1.HeaderClassName
{
color: #693942;
}
.AnyTagClassName
{
color: #693942;
}
</style>
background-color css
<style>
a { background-color: #693942; }
a { background-color: rgb(105,57,66); }
div.DivClassName
{
background-color: #693942;
}
.BgClassName
{
background-color: #693942;
}
</style>
border-color css
<style>
span { border-color: #693942; }
span { border-color: rgb(105,57,66); }
td.TdClassName
{
border-color: #693942;
}
.TagClassName
{
border-color: #693942;
}
</style>