Shades of Tawny Port #6F3E48
Tints of Tawny Port #6F3E48
RGB
CMYK
RGB Variations
Color information
#6F3E48 (or 0x6F3E48) is known color: Tawny Port. HEX triplet: 6F, 3E and 48. RGB value is (111,62,72). Sum of RGB (Red+Green+Blue) = 111+62+72=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E48 is #90C1B7. Grayscale: #4D4D4D. Windows color (decimal): -9486776 or 4734575. OLE color: 4734575.
HSL color Cylindrical-coordinate representation of color #6F3E48: hue angle of 347.76º 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 #6F3E48 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 72 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.56 |
| HSL | 347.76º | 0.28% | 0.34% | - |
| HSV(B) | 347.76º | 0.44% | 0.44% | - |
| XYZ | 9.45 | 7.29 | 7.04 | - |
| YUV | 77.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 72 | 0 | 0.44 | 0.35 | 0.56 | 347.76 | 0.28 | 0.34 |
| Hex | 6F | 3E | 48 | 0 | 2C | 23 | 38 | 15C | 1C | 22 |
| Octal | 157 | 76 | 110 | 0 | 54 | 43 | 70 | 534 | 34 | 42 |
| Binary | 1101111 | 111110 | 1001000 | 0 | 101100 | 100011 | 111000 | 101011100 | 11100 | 100010 |
Color Harmonies of #6F3E48
Complementary color
Monochromatic Colors of #6F3E48
Black with #6F3E48
Text Example
Text Example
White with #6F3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E48; }
p { color: rgb(111,62,72); }
H1.HeaderClassName
{
color: #6F3E48;
}
.AnyTagClassName
{
color: #6F3E48;
}
</style>
background-color css
<style>
a { background-color: #6F3E48; }
a { background-color: rgb(111,62,72); }
div.DivClassName
{
background-color: #6F3E48;
}
.BgClassName
{
background-color: #6F3E48;
}
</style>
border-color css
<style>
span { border-color: #6F3E48; }
span { border-color: rgb(111,62,72); }
td.TdClassName
{
border-color: #6F3E48;
}
.TagClassName
{
border-color: #6F3E48;
}
</style>