Shades of Tawny Port #6E364B
Tints of Tawny Port #6E364B
RGB
CMYK
RGB Variations
Color information
#6E364B (or 0x6E364B) is known color: Tawny Port. HEX triplet: 6E, 36 and 4B. RGB value is (110,54,75). Sum of RGB (Red+Green+Blue) = 110+54+75=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E364B is #91C9B4. Grayscale: #494949. Windows color (decimal): -9554357 or 4929134. OLE color: 4929134.
HSL color Cylindrical-coordinate representation of color #6E364B: hue angle of 337.5º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E364B is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 75 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.57 |
| HSL | 337.5º | 0.34% | 0.32% | - |
| HSV(B) | 337.5º | 0.51% | 0.43% | - |
| XYZ | 9.02 | 6.46 | 7.43 | - |
| YUV | 73.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 75 | 0 | 0.51 | 0.32 | 0.57 | 337.5 | 0.34 | 0.32 |
| Hex | 6E | 36 | 4B | 0 | 33 | 20 | 39 | 152 | 22 | 20 |
| Octal | 156 | 66 | 113 | 0 | 63 | 40 | 71 | 522 | 42 | 40 |
| Binary | 1101110 | 110110 | 1001011 | 0 | 110011 | 100000 | 111001 | 101010010 | 100010 | 100000 |
Color Harmonies of #6E364B
Complementary color
Monochromatic Colors of #6E364B
Black with #6E364B
Text Example
Text Example
White with #6E364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E364B; }
p { color: rgb(110,54,75); }
H1.HeaderClassName
{
color: #6E364B;
}
.AnyTagClassName
{
color: #6E364B;
}
</style>
background-color css
<style>
a { background-color: #6E364B; }
a { background-color: rgb(110,54,75); }
div.DivClassName
{
background-color: #6E364B;
}
.BgClassName
{
background-color: #6E364B;
}
</style>
border-color css
<style>
span { border-color: #6E364B; }
span { border-color: rgb(110,54,75); }
td.TdClassName
{
border-color: #6E364B;
}
.TagClassName
{
border-color: #6E364B;
}
</style>