Shades of Tawny Port #6F444D
Tints of Tawny Port #6F444D
RGB
CMYK
RGB Variations
Color information
#6F444D (or 0x6F444D) is known color: Tawny Port. HEX triplet: 6F, 44 and 4D. RGB value is (111,68,77). Sum of RGB (Red+Green+Blue) = 111+68+77=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F444D is #90BBB2. Grayscale: #515151. Windows color (decimal): -9485235 or 5063791. OLE color: 5063791.
HSL color Cylindrical-coordinate representation of color #6F444D: hue angle of 347.44º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F444D is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 77 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.56 |
| HSL | 347.44º | 0.24% | 0.35% | - |
| HSV(B) | 347.44º | 0.39% | 0.44% | - |
| XYZ | 9.96 | 8.05 | 8.05 | - |
| YUV | 81.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 77 | 0 | 0.39 | 0.31 | 0.56 | 347.44 | 0.24 | 0.35 |
| Hex | 6F | 44 | 4D | 0 | 27 | 1F | 38 | 15B | 18 | 23 |
| Octal | 157 | 104 | 115 | 0 | 47 | 37 | 70 | 533 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1001101 | 0 | 100111 | 11111 | 111000 | 101011011 | 11000 | 100011 |
Color Harmonies of #6F444D
Complementary color
Monochromatic Colors of #6F444D
Black with #6F444D
Text Example
Text Example
White with #6F444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F444D; }
p { color: rgb(111,68,77); }
H1.HeaderClassName
{
color: #6F444D;
}
.AnyTagClassName
{
color: #6F444D;
}
</style>
background-color css
<style>
a { background-color: #6F444D; }
a { background-color: rgb(111,68,77); }
div.DivClassName
{
background-color: #6F444D;
}
.BgClassName
{
background-color: #6F444D;
}
</style>
border-color css
<style>
span { border-color: #6F444D; }
span { border-color: rgb(111,68,77); }
td.TdClassName
{
border-color: #6F444D;
}
.TagClassName
{
border-color: #6F444D;
}
</style>