Shades of Tawny Port #6F3E4A
Tints of Tawny Port #6F3E4A
RGB
CMYK
RGB Variations
Color information
#6F3E4A (or 0x6F3E4A) is known color: Tawny Port. HEX triplet: 6F, 3E and 4A. RGB value is (111,62,74). Sum of RGB (Red+Green+Blue) = 111+62+74=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E4A is #90C1B5. Grayscale: #4E4E4E. Windows color (decimal): -9486774 or 4865647. OLE color: 4865647.
HSL color Cylindrical-coordinate representation of color #6F3E4A: hue angle of 345.31º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E4A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 74 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.56 |
| HSL | 345.31º | 0.28% | 0.34% | - |
| HSV(B) | 345.31º | 0.44% | 0.44% | - |
| XYZ | 9.51 | 7.32 | 7.39 | - |
| YUV | 78.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 74 | 0 | 0.44 | 0.33 | 0.56 | 345.31 | 0.28 | 0.34 |
| Hex | 6F | 3E | 4A | 0 | 2C | 21 | 38 | 159 | 1C | 22 |
| Octal | 157 | 76 | 112 | 0 | 54 | 41 | 70 | 531 | 34 | 42 |
| Binary | 1101111 | 111110 | 1001010 | 0 | 101100 | 100001 | 111000 | 101011001 | 11100 | 100010 |
Color Harmonies of #6F3E4A
Complementary color
Monochromatic Colors of #6F3E4A
Black with #6F3E4A
Text Example
Text Example
White with #6F3E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E4A; }
p { color: rgb(111,62,74); }
H1.HeaderClassName
{
color: #6F3E4A;
}
.AnyTagClassName
{
color: #6F3E4A;
}
</style>
background-color css
<style>
a { background-color: #6F3E4A; }
a { background-color: rgb(111,62,74); }
div.DivClassName
{
background-color: #6F3E4A;
}
.BgClassName
{
background-color: #6F3E4A;
}
</style>
border-color css
<style>
span { border-color: #6F3E4A; }
span { border-color: rgb(111,62,74); }
td.TdClassName
{
border-color: #6F3E4A;
}
.TagClassName
{
border-color: #6F3E4A;
}
</style>