Shades of Tawny Port #6F414C
Tints of Tawny Port #6F414C
RGB
CMYK
RGB Variations
Color information
#6F414C (or 0x6F414C) is known color: Tawny Port. HEX triplet: 6F, 41 and 4C. RGB value is (111,65,76). Sum of RGB (Red+Green+Blue) = 111+65+76=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F414C is #90BEB3. Grayscale: #505050. Windows color (decimal): -9486004 or 4997487. OLE color: 4997487.
HSL color Cylindrical-coordinate representation of color #6F414C: hue angle of 345.65º 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 #6F414C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 76 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.56 |
| HSL | 345.65º | 0.26% | 0.35% | - |
| HSV(B) | 345.65º | 0.41% | 0.44% | - |
| XYZ | 9.75 | 7.68 | 7.81 | - |
| YUV | 80.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 76 | 0 | 0.41 | 0.32 | 0.56 | 345.65 | 0.26 | 0.35 |
| Hex | 6F | 41 | 4C | 0 | 29 | 20 | 38 | 15A | 1A | 23 |
| Octal | 157 | 101 | 114 | 0 | 51 | 40 | 70 | 532 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1001100 | 0 | 101001 | 100000 | 111000 | 101011010 | 11010 | 100011 |
Color Harmonies of #6F414C
Complementary color
Monochromatic Colors of #6F414C
Black with #6F414C
Text Example
Text Example
White with #6F414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F414C; }
p { color: rgb(111,65,76); }
H1.HeaderClassName
{
color: #6F414C;
}
.AnyTagClassName
{
color: #6F414C;
}
</style>
background-color css
<style>
a { background-color: #6F414C; }
a { background-color: rgb(111,65,76); }
div.DivClassName
{
background-color: #6F414C;
}
.BgClassName
{
background-color: #6F414C;
}
</style>
border-color css
<style>
span { border-color: #6F414C; }
span { border-color: rgb(111,65,76); }
td.TdClassName
{
border-color: #6F414C;
}
.TagClassName
{
border-color: #6F414C;
}
</style>