Shades of Tawny Port #6C344D
Tints of Tawny Port #6C344D
RGB
CMYK
RGB Variations
Color information
#6C344D (or 0x6C344D) is known color: Tawny Port. HEX triplet: 6C, 34 and 4D. RGB value is (108,52,77). Sum of RGB (Red+Green+Blue) = 108+52+77=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C344D is #93CBB2. Grayscale: #474747. Windows color (decimal): -9685939 or 5059692. OLE color: 5059692.
HSL color Cylindrical-coordinate representation of color #6C344D: hue angle of 333.21º 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 #6C344D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 77 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.58 |
| HSL | 333.21º | 0.35% | 0.31% | - |
| HSV(B) | 333.21º | 0.52% | 0.42% | - |
| XYZ | 8.75 | 6.18 | 7.75 | - |
| YUV | 71.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 77 | 0 | 0.52 | 0.29 | 0.58 | 333.21 | 0.35 | 0.31 |
| Hex | 6C | 34 | 4D | 0 | 34 | 1D | 3A | 14D | 23 | 1F |
| Octal | 154 | 64 | 115 | 0 | 64 | 35 | 72 | 515 | 43 | 37 |
| Binary | 1101100 | 110100 | 1001101 | 0 | 110100 | 11101 | 111010 | 101001101 | 100011 | 11111 |
Color Harmonies of #6C344D
Complementary color
Monochromatic Colors of #6C344D
Black with #6C344D
Text Example
Text Example
White with #6C344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C344D; }
p { color: rgb(108,52,77); }
H1.HeaderClassName
{
color: #6C344D;
}
.AnyTagClassName
{
color: #6C344D;
}
</style>
background-color css
<style>
a { background-color: #6C344D; }
a { background-color: rgb(108,52,77); }
div.DivClassName
{
background-color: #6C344D;
}
.BgClassName
{
background-color: #6C344D;
}
</style>
border-color css
<style>
span { border-color: #6C344D; }
span { border-color: rgb(108,52,77); }
td.TdClassName
{
border-color: #6C344D;
}
.TagClassName
{
border-color: #6C344D;
}
</style>