Shades of Tawny Port #6F414D
Tints of Tawny Port #6F414D
RGB
CMYK
RGB Variations
Color information
#6F414D (or 0x6F414D) is known color: Tawny Port. HEX triplet: 6F, 41 and 4D. RGB value is (111,65,77). Sum of RGB (Red+Green+Blue) = 111+65+77=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F414D is #90BEB2. Grayscale: #505050. Windows color (decimal): -9486003 or 5063023. OLE color: 5063023.
HSL color Cylindrical-coordinate representation of color #6F414D: hue angle of 344.35º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F414D is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 77 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.56 |
| HSL | 344.35º | 0.26% | 0.35% | - |
| HSV(B) | 344.35º | 0.41% | 0.44% | - |
| XYZ | 9.79 | 7.7 | 7.99 | - |
| YUV | 80.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 77 | 0 | 0.41 | 0.31 | 0.56 | 344.35 | 0.26 | 0.35 |
| Hex | 6F | 41 | 4D | 0 | 29 | 1F | 38 | 158 | 1A | 23 |
| Octal | 157 | 101 | 115 | 0 | 51 | 37 | 70 | 530 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1001101 | 0 | 101001 | 11111 | 111000 | 101011000 | 11010 | 100011 |
Color Harmonies of #6F414D
Complementary color
Monochromatic Colors of #6F414D
Black with #6F414D
Text Example
Text Example
White with #6F414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F414D; }
p { color: rgb(111,65,77); }
H1.HeaderClassName
{
color: #6F414D;
}
.AnyTagClassName
{
color: #6F414D;
}
</style>
background-color css
<style>
a { background-color: #6F414D; }
a { background-color: rgb(111,65,77); }
div.DivClassName
{
background-color: #6F414D;
}
.BgClassName
{
background-color: #6F414D;
}
</style>
border-color css
<style>
span { border-color: #6F414D; }
span { border-color: rgb(111,65,77); }
td.TdClassName
{
border-color: #6F414D;
}
.TagClassName
{
border-color: #6F414D;
}
</style>