Shades of Tawny Port #6C3A4D
Tints of Tawny Port #6C3A4D
RGB
CMYK
RGB Variations
Color information
#6C3A4D (or 0x6C3A4D) is known color: Tawny Port. HEX triplet: 6C, 3A and 4D. RGB value is (108,58,77). Sum of RGB (Red+Green+Blue) = 108+58+77=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A4D is #93C5B2. Grayscale: #4B4B4B. Windows color (decimal): -9684403 or 5061228. OLE color: 5061228.
HSL color Cylindrical-coordinate representation of color #6C3A4D: hue angle of 337.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A4D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 58 | 77 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.58 |
| HSL | 337.2º | 0.3% | 0.33% | - |
| HSV(B) | 337.2º | 0.46% | 0.42% | - |
| XYZ | 9.04 | 6.75 | 7.85 | - |
| YUV | 75.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 77 | 0 | 0.46 | 0.29 | 0.58 | 337.2 | 0.3 | 0.33 |
| Hex | 6C | 3A | 4D | 0 | 2E | 1D | 3A | 151 | 1E | 21 |
| Octal | 154 | 72 | 115 | 0 | 56 | 35 | 72 | 521 | 36 | 41 |
| Binary | 1101100 | 111010 | 1001101 | 0 | 101110 | 11101 | 111010 | 101010001 | 11110 | 100001 |
Color Harmonies of #6C3A4D
Complementary color
Monochromatic Colors of #6C3A4D
Black with #6C3A4D
Text Example
Text Example
White with #6C3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A4D; }
p { color: rgb(108,58,77); }
H1.HeaderClassName
{
color: #6C3A4D;
}
.AnyTagClassName
{
color: #6C3A4D;
}
</style>
background-color css
<style>
a { background-color: #6C3A4D; }
a { background-color: rgb(108,58,77); }
div.DivClassName
{
background-color: #6C3A4D;
}
.BgClassName
{
background-color: #6C3A4D;
}
</style>
border-color css
<style>
span { border-color: #6C3A4D; }
span { border-color: rgb(108,58,77); }
td.TdClassName
{
border-color: #6C3A4D;
}
.TagClassName
{
border-color: #6C3A4D;
}
</style>