Shades of Tawny Port #6F3445
Tints of Tawny Port #6F3445
RGB
CMYK
RGB Variations
Color information
#6F3445 (or 0x6F3445) is known color: Tawny Port. HEX triplet: 6F, 34 and 45. RGB value is (111,52,69). Sum of RGB (Red+Green+Blue) = 111+52+69=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3445 is #90CBBA. Grayscale: #474747. Windows color (decimal): -9489339 or 4535407. OLE color: 4535407.
HSL color Cylindrical-coordinate representation of color #6F3445: hue angle of 342.71º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3445 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 69 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.56 |
| HSL | 342.71º | 0.36% | 0.32% | - |
| HSV(B) | 342.71º | 0.53% | 0.44% | - |
| XYZ | 8.86 | 6.27 | 6.37 | - |
| YUV | 71.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 69 | 0 | 0.53 | 0.38 | 0.56 | 342.71 | 0.36 | 0.32 |
| Hex | 6F | 34 | 45 | 0 | 35 | 26 | 38 | 157 | 24 | 20 |
| Octal | 157 | 64 | 105 | 0 | 65 | 46 | 70 | 527 | 44 | 40 |
| Binary | 1101111 | 110100 | 1000101 | 0 | 110101 | 100110 | 111000 | 101010111 | 100100 | 100000 |
Color Harmonies of #6F3445
Complementary color
Monochromatic Colors of #6F3445
Black with #6F3445
Text Example
Text Example
White with #6F3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3445; }
p { color: rgb(111,52,69); }
H1.HeaderClassName
{
color: #6F3445;
}
.AnyTagClassName
{
color: #6F3445;
}
</style>
background-color css
<style>
a { background-color: #6F3445; }
a { background-color: rgb(111,52,69); }
div.DivClassName
{
background-color: #6F3445;
}
.BgClassName
{
background-color: #6F3445;
}
</style>
border-color css
<style>
span { border-color: #6F3445; }
span { border-color: rgb(111,52,69); }
td.TdClassName
{
border-color: #6F3445;
}
.TagClassName
{
border-color: #6F3445;
}
</style>