Shades of Tawny Port #6E334A
Tints of Tawny Port #6E334A
RGB
CMYK
RGB Variations
Color information
#6E334A (or 0x6E334A) is known color: Tawny Port. HEX triplet: 6E, 33 and 4A. RGB value is (110,51,74). Sum of RGB (Red+Green+Blue) = 110+51+74=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E334A is #91CCB5. Grayscale: #474747. Windows color (decimal): -9555126 or 4862830. OLE color: 4862830.
HSL color Cylindrical-coordinate representation of color #6E334A: hue angle of 336.61º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E334A is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 74 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.57 |
| HSL | 336.61º | 0.37% | 0.32% | - |
| HSV(B) | 336.61º | 0.54% | 0.43% | - |
| XYZ | 8.85 | 6.18 | 7.2 | - |
| YUV | 71.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 74 | 0 | 0.54 | 0.33 | 0.57 | 336.61 | 0.37 | 0.32 |
| Hex | 6E | 33 | 4A | 0 | 36 | 21 | 39 | 151 | 25 | 20 |
| Octal | 156 | 63 | 112 | 0 | 66 | 41 | 71 | 521 | 45 | 40 |
| Binary | 1101110 | 110011 | 1001010 | 0 | 110110 | 100001 | 111001 | 101010001 | 100101 | 100000 |
Color Harmonies of #6E334A
Complementary color
Monochromatic Colors of #6E334A
Black with #6E334A
Text Example
Text Example
White with #6E334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E334A; }
p { color: rgb(110,51,74); }
H1.HeaderClassName
{
color: #6E334A;
}
.AnyTagClassName
{
color: #6E334A;
}
</style>
background-color css
<style>
a { background-color: #6E334A; }
a { background-color: rgb(110,51,74); }
div.DivClassName
{
background-color: #6E334A;
}
.BgClassName
{
background-color: #6E334A;
}
</style>
border-color css
<style>
span { border-color: #6E334A; }
span { border-color: rgb(110,51,74); }
td.TdClassName
{
border-color: #6E334A;
}
.TagClassName
{
border-color: #6E334A;
}
</style>