Shades of Tawny Port #69364A
Tints of Tawny Port #69364A
RGB
CMYK
RGB Variations
Color information
#69364A (or 0x69364A) is known color: Tawny Port. HEX triplet: 69, 36 and 4A. RGB value is (105,54,74). Sum of RGB (Red+Green+Blue) = 105+54+74=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69364A is #96C9B5. Grayscale: #474747. Windows color (decimal): -9882038 or 4863593. OLE color: 4863593.
HSL color Cylindrical-coordinate representation of color #69364A: hue angle of 336.47º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69364A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 54 | 74 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.59 |
| HSL | 336.47º | 0.32% | 0.31% | - |
| HSV(B) | 336.47º | 0.49% | 0.41% | - |
| XYZ | 8.38 | 6.14 | 7.22 | - |
| YUV | 71.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 74 | 0 | 0.49 | 0.30 | 0.59 | 336.47 | 0.32 | 0.31 |
| Hex | 69 | 36 | 4A | 0 | 31 | 1E | 3B | 150 | 20 | 1F |
| Octal | 151 | 66 | 112 | 0 | 61 | 36 | 73 | 520 | 40 | 37 |
| Binary | 1101001 | 110110 | 1001010 | 0 | 110001 | 11110 | 111011 | 101010000 | 100000 | 11111 |
Color Harmonies of #69364A
Complementary color
Monochromatic Colors of #69364A
Black with #69364A
Text Example
Text Example
White with #69364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69364A; }
p { color: rgb(105,54,74); }
H1.HeaderClassName
{
color: #69364A;
}
.AnyTagClassName
{
color: #69364A;
}
</style>
background-color css
<style>
a { background-color: #69364A; }
a { background-color: rgb(105,54,74); }
div.DivClassName
{
background-color: #69364A;
}
.BgClassName
{
background-color: #69364A;
}
</style>
border-color css
<style>
span { border-color: #69364A; }
span { border-color: rgb(105,54,74); }
td.TdClassName
{
border-color: #69364A;
}
.TagClassName
{
border-color: #69364A;
}
</style>