Shades of Tawny Port #6E3A4B
Tints of Tawny Port #6E3A4B
RGB
CMYK
RGB Variations
Color information
#6E3A4B (or 0x6E3A4B) is known color: Tawny Port. HEX triplet: 6E, 3A and 4B. RGB value is (110,58,75). Sum of RGB (Red+Green+Blue) = 110+58+75=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A4B is #91C5B4. Grayscale: #4B4B4B. Windows color (decimal): -9553333 or 4930158. OLE color: 4930158.
HSL color Cylindrical-coordinate representation of color #6E3A4B: hue angle of 340.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A4B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 58 | 75 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.57 |
| HSL | 340.38º | 0.31% | 0.33% | - |
| HSV(B) | 340.38º | 0.47% | 0.43% | - |
| XYZ | 9.21 | 6.85 | 7.49 | - |
| YUV | 75.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 75 | 0 | 0.47 | 0.32 | 0.57 | 340.38 | 0.31 | 0.33 |
| Hex | 6E | 3A | 4B | 0 | 2F | 20 | 39 | 154 | 1F | 21 |
| Octal | 156 | 72 | 113 | 0 | 57 | 40 | 71 | 524 | 37 | 41 |
| Binary | 1101110 | 111010 | 1001011 | 0 | 101111 | 100000 | 111001 | 101010100 | 11111 | 100001 |
Color Harmonies of #6E3A4B
Complementary color
Monochromatic Colors of #6E3A4B
Black with #6E3A4B
Text Example
Text Example
White with #6E3A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A4B; }
p { color: rgb(110,58,75); }
H1.HeaderClassName
{
color: #6E3A4B;
}
.AnyTagClassName
{
color: #6E3A4B;
}
</style>
background-color css
<style>
a { background-color: #6E3A4B; }
a { background-color: rgb(110,58,75); }
div.DivClassName
{
background-color: #6E3A4B;
}
.BgClassName
{
background-color: #6E3A4B;
}
</style>
border-color css
<style>
span { border-color: #6E3A4B; }
span { border-color: rgb(110,58,75); }
td.TdClassName
{
border-color: #6E3A4B;
}
.TagClassName
{
border-color: #6E3A4B;
}
</style>