Shades of Tawny Port #68324C
Tints of Tawny Port #68324C
RGB
CMYK
RGB Variations
Color information
#68324C (or 0x68324C) is known color: Tawny Port. HEX triplet: 68, 32 and 4C. RGB value is (104,50,76). Sum of RGB (Red+Green+Blue) = 104+50+76=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68324C is #97CDB3. Grayscale: #454545. Windows color (decimal): -9948596 or 4993640. OLE color: 4993640.
HSL color Cylindrical-coordinate representation of color #68324C: hue angle of 331.11º 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 #68324C is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 76 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.59 |
| HSL | 331.11º | 0.35% | 0.3% | - |
| HSV(B) | 331.11º | 0.52% | 0.41% | - |
| XYZ | 8.15 | 5.75 | 7.52 | - |
| YUV | 69.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 76 | 0 | 0.52 | 0.27 | 0.59 | 331.11 | 0.35 | 0.3 |
| Hex | 68 | 32 | 4C | 0 | 34 | 1B | 3B | 14B | 23 | 1E |
| Octal | 150 | 62 | 114 | 0 | 64 | 33 | 73 | 513 | 43 | 36 |
| Binary | 1101000 | 110010 | 1001100 | 0 | 110100 | 11011 | 111011 | 101001011 | 100011 | 11110 |
Color Harmonies of #68324C
Complementary color
Monochromatic Colors of #68324C
Black with #68324C
Text Example
Text Example
White with #68324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68324C; }
p { color: rgb(104,50,76); }
H1.HeaderClassName
{
color: #68324C;
}
.AnyTagClassName
{
color: #68324C;
}
</style>
background-color css
<style>
a { background-color: #68324C; }
a { background-color: rgb(104,50,76); }
div.DivClassName
{
background-color: #68324C;
}
.BgClassName
{
background-color: #68324C;
}
</style>
border-color css
<style>
span { border-color: #68324C; }
span { border-color: rgb(104,50,76); }
td.TdClassName
{
border-color: #68324C;
}
.TagClassName
{
border-color: #68324C;
}
</style>