Shades of Tawny Port #6F3648
Tints of Tawny Port #6F3648
RGB
CMYK
RGB Variations
Color information
#6F3648 (or 0x6F3648) is known color: Tawny Port. HEX triplet: 6F, 36 and 48. RGB value is (111,54,72). Sum of RGB (Red+Green+Blue) = 111+54+72=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3648 is #90C9B7. Grayscale: #494949. Windows color (decimal): -9488824 or 4732527. OLE color: 4732527.
HSL color Cylindrical-coordinate representation of color #6F3648: hue angle of 341.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F3648 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 72 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.56 |
| HSL | 341.05º | 0.35% | 0.32% | - |
| HSV(B) | 341.05º | 0.51% | 0.44% | - |
| XYZ | 9.04 | 6.49 | 6.91 | - |
| YUV | 73.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 72 | 0 | 0.51 | 0.35 | 0.56 | 341.05 | 0.35 | 0.32 |
| Hex | 6F | 36 | 48 | 0 | 33 | 23 | 38 | 155 | 23 | 20 |
| Octal | 157 | 66 | 110 | 0 | 63 | 43 | 70 | 525 | 43 | 40 |
| Binary | 1101111 | 110110 | 1001000 | 0 | 110011 | 100011 | 111000 | 101010101 | 100011 | 100000 |
Color Harmonies of #6F3648
Complementary color
Monochromatic Colors of #6F3648
Black with #6F3648
Text Example
Text Example
White with #6F3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3648; }
p { color: rgb(111,54,72); }
H1.HeaderClassName
{
color: #6F3648;
}
.AnyTagClassName
{
color: #6F3648;
}
</style>
background-color css
<style>
a { background-color: #6F3648; }
a { background-color: rgb(111,54,72); }
div.DivClassName
{
background-color: #6F3648;
}
.BgClassName
{
background-color: #6F3648;
}
</style>
border-color css
<style>
span { border-color: #6F3648; }
span { border-color: rgb(111,54,72); }
td.TdClassName
{
border-color: #6F3648;
}
.TagClassName
{
border-color: #6F3648;
}
</style>