Shades of Tawny Port #6F3344
Tints of Tawny Port #6F3344
RGB
CMYK
RGB Variations
Color information
#6F3344 (or 0x6F3344) is known color: Tawny Port. HEX triplet: 6F, 33 and 44. RGB value is (111,51,68). Sum of RGB (Red+Green+Blue) = 111+51+68=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3344 is #90CCBB. Grayscale: #464646. Windows color (decimal): -9489596 or 4469615. OLE color: 4469615.
HSL color Cylindrical-coordinate representation of color #6F3344: hue angle of 343º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F3344 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 68 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.56 |
| HSL | 343º | 0.37% | 0.32% | - |
| HSV(B) | 343º | 0.54% | 0.44% | - |
| XYZ | 8.78 | 6.16 | 6.2 | - |
| YUV | 70.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 68 | 0 | 0.54 | 0.39 | 0.56 | 343 | 0.37 | 0.32 |
| Hex | 6F | 33 | 44 | 0 | 36 | 27 | 38 | 157 | 25 | 20 |
| Octal | 157 | 63 | 104 | 0 | 66 | 47 | 70 | 527 | 45 | 40 |
| Binary | 1101111 | 110011 | 1000100 | 0 | 110110 | 100111 | 111000 | 101010111 | 100101 | 100000 |
Color Harmonies of #6F3344
Complementary color
Monochromatic Colors of #6F3344
Black with #6F3344
Text Example
Text Example
White with #6F3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3344; }
p { color: rgb(111,51,68); }
H1.HeaderClassName
{
color: #6F3344;
}
.AnyTagClassName
{
color: #6F3344;
}
</style>
background-color css
<style>
a { background-color: #6F3344; }
a { background-color: rgb(111,51,68); }
div.DivClassName
{
background-color: #6F3344;
}
.BgClassName
{
background-color: #6F3344;
}
</style>
border-color css
<style>
span { border-color: #6F3344; }
span { border-color: rgb(111,51,68); }
td.TdClassName
{
border-color: #6F3344;
}
.TagClassName
{
border-color: #6F3344;
}
</style>