Shades of Tawny Port #6F3B4C
Tints of Tawny Port #6F3B4C
RGB
CMYK
RGB Variations
Color information
#6F3B4C (or 0x6F3B4C) is known color: Tawny Port. HEX triplet: 6F, 3B and 4C. RGB value is (111,59,76). Sum of RGB (Red+Green+Blue) = 111+59+76=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B4C is #90C4B3. Grayscale: #4C4C4C. Windows color (decimal): -9487540 or 4995951. OLE color: 4995951.
HSL color Cylindrical-coordinate representation of color #6F3B4C: hue angle of 340.38º 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 #6F3B4C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 76 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.56 |
| HSL | 340.38º | 0.31% | 0.33% | - |
| HSV(B) | 340.38º | 0.47% | 0.44% | - |
| XYZ | 9.42 | 7.03 | 7.7 | - |
| YUV | 76.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 76 | 0 | 0.47 | 0.32 | 0.56 | 340.38 | 0.31 | 0.33 |
| Hex | 6F | 3B | 4C | 0 | 2F | 20 | 38 | 154 | 1F | 21 |
| Octal | 157 | 73 | 114 | 0 | 57 | 40 | 70 | 524 | 37 | 41 |
| Binary | 1101111 | 111011 | 1001100 | 0 | 101111 | 100000 | 111000 | 101010100 | 11111 | 100001 |
Color Harmonies of #6F3B4C
Complementary color
Monochromatic Colors of #6F3B4C
Black with #6F3B4C
Text Example
Text Example
White with #6F3B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B4C; }
p { color: rgb(111,59,76); }
H1.HeaderClassName
{
color: #6F3B4C;
}
.AnyTagClassName
{
color: #6F3B4C;
}
</style>
background-color css
<style>
a { background-color: #6F3B4C; }
a { background-color: rgb(111,59,76); }
div.DivClassName
{
background-color: #6F3B4C;
}
.BgClassName
{
background-color: #6F3B4C;
}
</style>
border-color css
<style>
span { border-color: #6F3B4C; }
span { border-color: rgb(111,59,76); }
td.TdClassName
{
border-color: #6F3B4C;
}
.TagClassName
{
border-color: #6F3B4C;
}
</style>