Shades of Tawny Port #6F3B48
Tints of Tawny Port #6F3B48
RGB
CMYK
RGB Variations
Color information
#6F3B48 (or 0x6F3B48) is known color: Tawny Port. HEX triplet: 6F, 3B and 48. RGB value is (111,59,72). Sum of RGB (Red+Green+Blue) = 111+59+72=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B48 is #90C4B7. Grayscale: #4C4C4C. Windows color (decimal): -9487544 or 4733807. OLE color: 4733807.
HSL color Cylindrical-coordinate representation of color #6F3B48: hue angle of 345º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B48 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 72 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.56 |
| HSL | 345º | 0.31% | 0.33% | - |
| HSV(B) | 345º | 0.47% | 0.44% | - |
| XYZ | 9.29 | 6.98 | 6.99 | - |
| YUV | 76.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 72 | 0 | 0.47 | 0.35 | 0.56 | 345 | 0.31 | 0.33 |
| Hex | 6F | 3B | 48 | 0 | 2F | 23 | 38 | 159 | 1F | 21 |
| Octal | 157 | 73 | 110 | 0 | 57 | 43 | 70 | 531 | 37 | 41 |
| Binary | 1101111 | 111011 | 1001000 | 0 | 101111 | 100011 | 111000 | 101011001 | 11111 | 100001 |
Color Harmonies of #6F3B48
Complementary color
Monochromatic Colors of #6F3B48
Black with #6F3B48
Text Example
Text Example
White with #6F3B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B48; }
p { color: rgb(111,59,72); }
H1.HeaderClassName
{
color: #6F3B48;
}
.AnyTagClassName
{
color: #6F3B48;
}
</style>
background-color css
<style>
a { background-color: #6F3B48; }
a { background-color: rgb(111,59,72); }
div.DivClassName
{
background-color: #6F3B48;
}
.BgClassName
{
background-color: #6F3B48;
}
</style>
border-color css
<style>
span { border-color: #6F3B48; }
span { border-color: rgb(111,59,72); }
td.TdClassName
{
border-color: #6F3B48;
}
.TagClassName
{
border-color: #6F3B48;
}
</style>