Shades of Tawny Port #693948
Tints of Tawny Port #693948
RGB
CMYK
RGB Variations
Color information
#693948 (or 0x693948) is known color: Tawny Port. HEX triplet: 69, 39 and 48. RGB value is (105,57,72). Sum of RGB (Red+Green+Blue) = 105+57+72=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #693948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693948 is #96C6B7. Grayscale: #494949. Windows color (decimal): -9881272 or 4733289. OLE color: 4733289.
HSL color Cylindrical-coordinate representation of color #693948: hue angle of 341.25º 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 #693948 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 72 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.59 |
| HSL | 341.25º | 0.3% | 0.32% | - |
| HSV(B) | 341.25º | 0.46% | 0.41% | - |
| XYZ | 8.46 | 6.4 | 6.92 | - |
| YUV | 73.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 72 | 0 | 0.46 | 0.31 | 0.59 | 341.25 | 0.3 | 0.32 |
| Hex | 69 | 39 | 48 | 0 | 2E | 1F | 3B | 155 | 1E | 20 |
| Octal | 151 | 71 | 110 | 0 | 56 | 37 | 73 | 525 | 36 | 40 |
| Binary | 1101001 | 111001 | 1001000 | 0 | 101110 | 11111 | 111011 | 101010101 | 11110 | 100000 |
Color Harmonies of #693948
Complementary color
Monochromatic Colors of #693948
Black with #693948
Text Example
Text Example
White with #693948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693948; }
p { color: rgb(105,57,72); }
H1.HeaderClassName
{
color: #693948;
}
.AnyTagClassName
{
color: #693948;
}
</style>
background-color css
<style>
a { background-color: #693948; }
a { background-color: rgb(105,57,72); }
div.DivClassName
{
background-color: #693948;
}
.BgClassName
{
background-color: #693948;
}
</style>
border-color css
<style>
span { border-color: #693948; }
span { border-color: rgb(105,57,72); }
td.TdClassName
{
border-color: #693948;
}
.TagClassName
{
border-color: #693948;
}
</style>