Shades of Tawny Port #6C344C
Tints of Tawny Port #6C344C
RGB
CMYK
RGB Variations
Color information
#6C344C (or 0x6C344C) is known color: Tawny Port. HEX triplet: 6C, 34 and 4C. RGB value is (108,52,76). Sum of RGB (Red+Green+Blue) = 108+52+76=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 108 - color contains mainly: red. Hex color #6C344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C344C is #93CBB3. Grayscale: #474747. Windows color (decimal): -9685940 or 4994156. OLE color: 4994156.
HSL color Cylindrical-coordinate representation of color #6C344C: hue angle of 334.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C344C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 76 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.58 |
| HSL | 334.29º | 0.35% | 0.31% | - |
| HSV(B) | 334.29º | 0.52% | 0.42% | - |
| XYZ | 8.72 | 6.17 | 7.57 | - |
| YUV | 71.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 76 | 0 | 0.52 | 0.30 | 0.58 | 334.29 | 0.35 | 0.31 |
| Hex | 6C | 34 | 4C | 0 | 34 | 1E | 3A | 14E | 23 | 1F |
| Octal | 154 | 64 | 114 | 0 | 64 | 36 | 72 | 516 | 43 | 37 |
| Binary | 1101100 | 110100 | 1001100 | 0 | 110100 | 11110 | 111010 | 101001110 | 100011 | 11111 |
Color Harmonies of #6C344C
Complementary color
Monochromatic Colors of #6C344C
Black with #6C344C
Text Example
Text Example
White with #6C344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C344C; }
p { color: rgb(108,52,76); }
H1.HeaderClassName
{
color: #6C344C;
}
.AnyTagClassName
{
color: #6C344C;
}
</style>
background-color css
<style>
a { background-color: #6C344C; }
a { background-color: rgb(108,52,76); }
div.DivClassName
{
background-color: #6C344C;
}
.BgClassName
{
background-color: #6C344C;
}
</style>
border-color css
<style>
span { border-color: #6C344C; }
span { border-color: rgb(108,52,76); }
td.TdClassName
{
border-color: #6C344C;
}
.TagClassName
{
border-color: #6C344C;
}
</style>