Shades of Tawny Port #6F3145
Tints of Tawny Port #6F3145
RGB
CMYK
RGB Variations
Color information
#6F3145 (or 0x6F3145) is known color: Tawny Port. HEX triplet: 6F, 31 and 45. RGB value is (111,49,69). Sum of RGB (Red+Green+Blue) = 111+49+69=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3145 is #90CEBA. Grayscale: #454545. Windows color (decimal): -9490107 or 4534639. OLE color: 4534639.
HSL color Cylindrical-coordinate representation of color #6F3145: hue angle of 340.65º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3145 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 69 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.56 |
| HSL | 340.65º | 0.39% | 0.31% | - |
| HSV(B) | 340.65º | 0.56% | 0.44% | - |
| XYZ | 8.73 | 6.01 | 6.33 | - |
| YUV | 69.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 69 | 0 | 0.56 | 0.38 | 0.56 | 340.65 | 0.39 | 0.31 |
| Hex | 6F | 31 | 45 | 0 | 38 | 26 | 38 | 155 | 27 | 1F |
| Octal | 157 | 61 | 105 | 0 | 70 | 46 | 70 | 525 | 47 | 37 |
| Binary | 1101111 | 110001 | 1000101 | 0 | 111000 | 100110 | 111000 | 101010101 | 100111 | 11111 |
Color Harmonies of #6F3145
Complementary color
Monochromatic Colors of #6F3145
Black with #6F3145
Text Example
Text Example
White with #6F3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3145; }
p { color: rgb(111,49,69); }
H1.HeaderClassName
{
color: #6F3145;
}
.AnyTagClassName
{
color: #6F3145;
}
</style>
background-color css
<style>
a { background-color: #6F3145; }
a { background-color: rgb(111,49,69); }
div.DivClassName
{
background-color: #6F3145;
}
.BgClassName
{
background-color: #6F3145;
}
</style>
border-color css
<style>
span { border-color: #6F3145; }
span { border-color: rgb(111,49,69); }
td.TdClassName
{
border-color: #6F3145;
}
.TagClassName
{
border-color: #6F3145;
}
</style>