Shades of Tawny Port #6F3F4C
Tints of Tawny Port #6F3F4C
RGB
CMYK
RGB Variations
Color information
#6F3F4C (or 0x6F3F4C) is known color: Tawny Port. HEX triplet: 6F, 3F and 4C. RGB value is (111,63,76). Sum of RGB (Red+Green+Blue) = 111+63+76=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F4C is #90C0B3. Grayscale: #4E4E4E. Windows color (decimal): -9486516 or 4996975. OLE color: 4996975.
HSL color Cylindrical-coordinate representation of color #6F3F4C: hue angle of 343.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F3F4C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 76 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.56 |
| HSL | 343.75º | 0.28% | 0.34% | - |
| HSV(B) | 343.75º | 0.43% | 0.44% | - |
| XYZ | 9.64 | 7.46 | 7.77 | - |
| YUV | 78.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 76 | 0 | 0.43 | 0.32 | 0.56 | 343.75 | 0.28 | 0.34 |
| Hex | 6F | 3F | 4C | 0 | 2B | 20 | 38 | 158 | 1C | 22 |
| Octal | 157 | 77 | 114 | 0 | 53 | 40 | 70 | 530 | 34 | 42 |
| Binary | 1101111 | 111111 | 1001100 | 0 | 101011 | 100000 | 111000 | 101011000 | 11100 | 100010 |
Color Harmonies of #6F3F4C
Complementary color
Monochromatic Colors of #6F3F4C
Black with #6F3F4C
Text Example
Text Example
White with #6F3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F4C; }
p { color: rgb(111,63,76); }
H1.HeaderClassName
{
color: #6F3F4C;
}
.AnyTagClassName
{
color: #6F3F4C;
}
</style>
background-color css
<style>
a { background-color: #6F3F4C; }
a { background-color: rgb(111,63,76); }
div.DivClassName
{
background-color: #6F3F4C;
}
.BgClassName
{
background-color: #6F3F4C;
}
</style>
border-color css
<style>
span { border-color: #6F3F4C; }
span { border-color: rgb(111,63,76); }
td.TdClassName
{
border-color: #6F3F4C;
}
.TagClassName
{
border-color: #6F3F4C;
}
</style>