Shades of Tawny Port #69324A
Tints of Tawny Port #69324A
RGB
CMYK
RGB Variations
Color information
#69324A (or 0x69324A) is known color: Tawny Port. HEX triplet: 69, 32 and 4A. RGB value is (105,50,74). Sum of RGB (Red+Green+Blue) = 105+50+74=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #69324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69324A is #96CDB5. Grayscale: #454545. Windows color (decimal): -9883062 or 4862569. OLE color: 4862569.
HSL color Cylindrical-coordinate representation of color #69324A: hue angle of 333.82º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69324A is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 74 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.59 |
| HSL | 333.82º | 0.35% | 0.3% | - |
| HSV(B) | 333.82º | 0.52% | 0.41% | - |
| XYZ | 8.2 | 5.78 | 7.16 | - |
| YUV | 69.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 74 | 0 | 0.52 | 0.30 | 0.59 | 333.82 | 0.35 | 0.3 |
| Hex | 69 | 32 | 4A | 0 | 34 | 1E | 3B | 14E | 23 | 1E |
| Octal | 151 | 62 | 112 | 0 | 64 | 36 | 73 | 516 | 43 | 36 |
| Binary | 1101001 | 110010 | 1001010 | 0 | 110100 | 11110 | 111011 | 101001110 | 100011 | 11110 |
Color Harmonies of #69324A
Complementary color
Monochromatic Colors of #69324A
Black with #69324A
Text Example
Text Example
White with #69324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69324A; }
p { color: rgb(105,50,74); }
H1.HeaderClassName
{
color: #69324A;
}
.AnyTagClassName
{
color: #69324A;
}
</style>
background-color css
<style>
a { background-color: #69324A; }
a { background-color: rgb(105,50,74); }
div.DivClassName
{
background-color: #69324A;
}
.BgClassName
{
background-color: #69324A;
}
</style>
border-color css
<style>
span { border-color: #69324A; }
span { border-color: rgb(105,50,74); }
td.TdClassName
{
border-color: #69324A;
}
.TagClassName
{
border-color: #69324A;
}
</style>