Shades of Tawny Port #6F3E4B
Tints of Tawny Port #6F3E4B
RGB
CMYK
RGB Variations
Color information
#6F3E4B (or 0x6F3E4B) is known color: Tawny Port. HEX triplet: 6F, 3E and 4B. RGB value is (111,62,75). Sum of RGB (Red+Green+Blue) = 111+62+75=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E4B is #90C1B4. Grayscale: #4E4E4E. Windows color (decimal): -9486773 or 4931183. OLE color: 4931183.
HSL color Cylindrical-coordinate representation of color #6F3E4B: hue angle of 344.08º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E4B is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 75 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.56 |
| HSL | 344.08º | 0.28% | 0.34% | - |
| HSV(B) | 344.08º | 0.44% | 0.44% | - |
| XYZ | 9.55 | 7.33 | 7.57 | - |
| YUV | 78.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 75 | 0 | 0.44 | 0.32 | 0.56 | 344.08 | 0.28 | 0.34 |
| Hex | 6F | 3E | 4B | 0 | 2C | 20 | 38 | 158 | 1C | 22 |
| Octal | 157 | 76 | 113 | 0 | 54 | 40 | 70 | 530 | 34 | 42 |
| Binary | 1101111 | 111110 | 1001011 | 0 | 101100 | 100000 | 111000 | 101011000 | 11100 | 100010 |
Color Harmonies of #6F3E4B
Complementary color
Monochromatic Colors of #6F3E4B
Black with #6F3E4B
Text Example
Text Example
White with #6F3E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E4B; }
p { color: rgb(111,62,75); }
H1.HeaderClassName
{
color: #6F3E4B;
}
.AnyTagClassName
{
color: #6F3E4B;
}
</style>
background-color css
<style>
a { background-color: #6F3E4B; }
a { background-color: rgb(111,62,75); }
div.DivClassName
{
background-color: #6F3E4B;
}
.BgClassName
{
background-color: #6F3E4B;
}
</style>
border-color css
<style>
span { border-color: #6F3E4B; }
span { border-color: rgb(111,62,75); }
td.TdClassName
{
border-color: #6F3E4B;
}
.TagClassName
{
border-color: #6F3E4B;
}
</style>