Shades of Tawny Port #6F3A4D
Tints of Tawny Port #6F3A4D
RGB
CMYK
RGB Variations
Color information
#6F3A4D (or 0x6F3A4D) is known color: Tawny Port. HEX triplet: 6F, 3A and 4D. RGB value is (111,58,77). Sum of RGB (Red+Green+Blue) = 111+58+77=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A4D is #90C5B2. Grayscale: #4B4B4B. Windows color (decimal): -9487795 or 5061231. OLE color: 5061231.
HSL color Cylindrical-coordinate representation of color #6F3A4D: hue angle of 338.49º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A4D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 77 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.56 |
| HSL | 338.49º | 0.31% | 0.33% | - |
| HSV(B) | 338.49º | 0.48% | 0.44% | - |
| XYZ | 9.41 | 6.94 | 7.87 | - |
| YUV | 76.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 77 | 0 | 0.48 | 0.31 | 0.56 | 338.49 | 0.31 | 0.33 |
| Hex | 6F | 3A | 4D | 0 | 30 | 1F | 38 | 152 | 1F | 21 |
| Octal | 157 | 72 | 115 | 0 | 60 | 37 | 70 | 522 | 37 | 41 |
| Binary | 1101111 | 111010 | 1001101 | 0 | 110000 | 11111 | 111000 | 101010010 | 11111 | 100001 |
Color Harmonies of #6F3A4D
Complementary color
Monochromatic Colors of #6F3A4D
Black with #6F3A4D
Text Example
Text Example
White with #6F3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A4D; }
p { color: rgb(111,58,77); }
H1.HeaderClassName
{
color: #6F3A4D;
}
.AnyTagClassName
{
color: #6F3A4D;
}
</style>
background-color css
<style>
a { background-color: #6F3A4D; }
a { background-color: rgb(111,58,77); }
div.DivClassName
{
background-color: #6F3A4D;
}
.BgClassName
{
background-color: #6F3A4D;
}
</style>
border-color css
<style>
span { border-color: #6F3A4D; }
span { border-color: rgb(111,58,77); }
td.TdClassName
{
border-color: #6F3A4D;
}
.TagClassName
{
border-color: #6F3A4D;
}
</style>