Shades of Tawny Port #6F434D
Tints of Tawny Port #6F434D
RGB
CMYK
RGB Variations
Color information
#6F434D (or 0x6F434D) is known color: Tawny Port. HEX triplet: 6F, 43 and 4D. RGB value is (111,67,77). Sum of RGB (Red+Green+Blue) = 111+67+77=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F434D is #90BCB2. Grayscale: #515151. Windows color (decimal): -9485491 or 5063535. OLE color: 5063535.
HSL color Cylindrical-coordinate representation of color #6F434D: hue angle of 346.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F434D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 77 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.56 |
| HSL | 346.36º | 0.25% | 0.35% | - |
| HSV(B) | 346.36º | 0.4% | 0.44% | - |
| XYZ | 9.9 | 7.93 | 8.03 | - |
| YUV | 81.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 77 | 0 | 0.40 | 0.31 | 0.56 | 346.36 | 0.25 | 0.35 |
| Hex | 6F | 43 | 4D | 0 | 28 | 1F | 38 | 15A | 19 | 23 |
| Octal | 157 | 103 | 115 | 0 | 50 | 37 | 70 | 532 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1001101 | 0 | 101000 | 11111 | 111000 | 101011010 | 11001 | 100011 |
Color Harmonies of #6F434D
Complementary color
Monochromatic Colors of #6F434D
Black with #6F434D
Text Example
Text Example
White with #6F434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F434D; }
p { color: rgb(111,67,77); }
H1.HeaderClassName
{
color: #6F434D;
}
.AnyTagClassName
{
color: #6F434D;
}
</style>
background-color css
<style>
a { background-color: #6F434D; }
a { background-color: rgb(111,67,77); }
div.DivClassName
{
background-color: #6F434D;
}
.BgClassName
{
background-color: #6F434D;
}
</style>
border-color css
<style>
span { border-color: #6F434D; }
span { border-color: rgb(111,67,77); }
td.TdClassName
{
border-color: #6F434D;
}
.TagClassName
{
border-color: #6F434D;
}
</style>