Shades of Tawny Port #6F394A
Tints of Tawny Port #6F394A
RGB
CMYK
RGB Variations
Color information
#6F394A (or 0x6F394A) is known color: Tawny Port. HEX triplet: 6F, 39 and 4A. RGB value is (111,57,74). Sum of RGB (Red+Green+Blue) = 111+57+74=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F394A is #90C6B5. Grayscale: #4B4B4B. Windows color (decimal): -9488054 or 4864367. OLE color: 4864367.
HSL color Cylindrical-coordinate representation of color #6F394A: hue angle of 341.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F394A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 74 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.56 |
| HSL | 341.11º | 0.32% | 0.33% | - |
| HSV(B) | 341.11º | 0.49% | 0.44% | - |
| XYZ | 9.25 | 6.8 | 7.3 | - |
| YUV | 75.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 74 | 0 | 0.49 | 0.33 | 0.56 | 341.11 | 0.32 | 0.33 |
| Hex | 6F | 39 | 4A | 0 | 31 | 21 | 38 | 155 | 20 | 21 |
| Octal | 157 | 71 | 112 | 0 | 61 | 41 | 70 | 525 | 40 | 41 |
| Binary | 1101111 | 111001 | 1001010 | 0 | 110001 | 100001 | 111000 | 101010101 | 100000 | 100001 |
Color Harmonies of #6F394A
Complementary color
Monochromatic Colors of #6F394A
Black with #6F394A
Text Example
Text Example
White with #6F394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F394A; }
p { color: rgb(111,57,74); }
H1.HeaderClassName
{
color: #6F394A;
}
.AnyTagClassName
{
color: #6F394A;
}
</style>
background-color css
<style>
a { background-color: #6F394A; }
a { background-color: rgb(111,57,74); }
div.DivClassName
{
background-color: #6F394A;
}
.BgClassName
{
background-color: #6F394A;
}
</style>
border-color css
<style>
span { border-color: #6F394A; }
span { border-color: rgb(111,57,74); }
td.TdClassName
{
border-color: #6F394A;
}
.TagClassName
{
border-color: #6F394A;
}
</style>