Shades of Tawny Port #6F424D
Tints of Tawny Port #6F424D
RGB
CMYK
RGB Variations
Color information
#6F424D (or 0x6F424D) is known color: Tawny Port. HEX triplet: 6F, 42 and 4D. RGB value is (111,66,77). Sum of RGB (Red+Green+Blue) = 111+66+77=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F424D is #90BDB2. Grayscale: #505050. Windows color (decimal): -9485747 or 5063279. OLE color: 5063279.
HSL color Cylindrical-coordinate representation of color #6F424D: hue angle of 345.33º degrees, saturation: 0.25, 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 #6F424D is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 77 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.56 |
| HSL | 345.33º | 0.25% | 0.35% | - |
| HSV(B) | 345.33º | 0.41% | 0.44% | - |
| XYZ | 9.84 | 7.81 | 8.01 | - |
| YUV | 80.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 77 | 0 | 0.41 | 0.31 | 0.56 | 345.33 | 0.25 | 0.35 |
| Hex | 6F | 42 | 4D | 0 | 29 | 1F | 38 | 159 | 19 | 23 |
| Octal | 157 | 102 | 115 | 0 | 51 | 37 | 70 | 531 | 31 | 43 |
| Binary | 1101111 | 1000010 | 1001101 | 0 | 101001 | 11111 | 111000 | 101011001 | 11001 | 100011 |
Color Harmonies of #6F424D
Complementary color
Monochromatic Colors of #6F424D
Black with #6F424D
Text Example
Text Example
White with #6F424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F424D; }
p { color: rgb(111,66,77); }
H1.HeaderClassName
{
color: #6F424D;
}
.AnyTagClassName
{
color: #6F424D;
}
</style>
background-color css
<style>
a { background-color: #6F424D; }
a { background-color: rgb(111,66,77); }
div.DivClassName
{
background-color: #6F424D;
}
.BgClassName
{
background-color: #6F424D;
}
</style>
border-color css
<style>
span { border-color: #6F424D; }
span { border-color: rgb(111,66,77); }
td.TdClassName
{
border-color: #6F424D;
}
.TagClassName
{
border-color: #6F424D;
}
</style>