Shades of Tawny Port #6B364E
Tints of Tawny Port #6B364E
RGB
CMYK
RGB Variations
Color information
#6B364E (or 0x6B364E) is known color: Tawny Port. HEX triplet: 6B, 36 and 4E. RGB value is (107,54,78). Sum of RGB (Red+Green+Blue) = 107+54+78=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B364E is #94C9B1. Grayscale: #484848. Windows color (decimal): -9750962 or 5125739. OLE color: 5125739.
HSL color Cylindrical-coordinate representation of color #6B364E: hue angle of 332.83º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B364E is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 78 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.58 |
| HSL | 332.83º | 0.33% | 0.32% | - |
| HSV(B) | 332.83º | 0.5% | 0.42% | - |
| XYZ | 8.76 | 6.31 | 7.96 | - |
| YUV | 72.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 78 | 0 | 0.50 | 0.27 | 0.58 | 332.83 | 0.33 | 0.32 |
| Hex | 6B | 36 | 4E | 0 | 32 | 1B | 3A | 14D | 21 | 20 |
| Octal | 153 | 66 | 116 | 0 | 62 | 33 | 72 | 515 | 41 | 40 |
| Binary | 1101011 | 110110 | 1001110 | 0 | 110010 | 11011 | 111010 | 101001101 | 100001 | 100000 |
Color Harmonies of #6B364E
Complementary color
Monochromatic Colors of #6B364E
Black with #6B364E
Text Example
Text Example
White with #6B364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B364E; }
p { color: rgb(107,54,78); }
H1.HeaderClassName
{
color: #6B364E;
}
.AnyTagClassName
{
color: #6B364E;
}
</style>
background-color css
<style>
a { background-color: #6B364E; }
a { background-color: rgb(107,54,78); }
div.DivClassName
{
background-color: #6B364E;
}
.BgClassName
{
background-color: #6B364E;
}
</style>
border-color css
<style>
span { border-color: #6B364E; }
span { border-color: rgb(107,54,78); }
td.TdClassName
{
border-color: #6B364E;
}
.TagClassName
{
border-color: #6B364E;
}
</style>