Shades of Tawny Port #693943
Tints of Tawny Port #693943
RGB
CMYK
RGB Variations
Color information
#693943 (or 0x693943) is known color: Tawny Port. HEX triplet: 69, 39 and 43. RGB value is (105,57,67). Sum of RGB (Red+Green+Blue) = 105+57+67=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #693943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693943 is #96C6BC. Grayscale: #484848. Windows color (decimal): -9881277 or 4405609. OLE color: 4405609.
HSL color Cylindrical-coordinate representation of color #693943: hue angle of 347.5º 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 #693943 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 67 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.59 |
| HSL | 347.5º | 0.3% | 0.32% | - |
| HSV(B) | 347.5º | 0.46% | 0.41% | - |
| XYZ | 8.3 | 6.33 | 6.1 | - |
| YUV | 72.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 67 | 0 | 0.46 | 0.36 | 0.59 | 347.5 | 0.3 | 0.32 |
| Hex | 69 | 39 | 43 | 0 | 2E | 24 | 3B | 15C | 1E | 20 |
| Octal | 151 | 71 | 103 | 0 | 56 | 44 | 73 | 534 | 36 | 40 |
| Binary | 1101001 | 111001 | 1000011 | 0 | 101110 | 100100 | 111011 | 101011100 | 11110 | 100000 |
Color Harmonies of #693943
Complementary color
Monochromatic Colors of #693943
Black with #693943
Text Example
Text Example
White with #693943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693943; }
p { color: rgb(105,57,67); }
H1.HeaderClassName
{
color: #693943;
}
.AnyTagClassName
{
color: #693943;
}
</style>
background-color css
<style>
a { background-color: #693943; }
a { background-color: rgb(105,57,67); }
div.DivClassName
{
background-color: #693943;
}
.BgClassName
{
background-color: #693943;
}
</style>
border-color css
<style>
span { border-color: #693943; }
span { border-color: rgb(105,57,67); }
td.TdClassName
{
border-color: #693943;
}
.TagClassName
{
border-color: #693943;
}
</style>