Shades of Tawny Port #6F404B
Tints of Tawny Port #6F404B
RGB
CMYK
RGB Variations
Color information
#6F404B (or 0x6F404B) is known color: Tawny Port. HEX triplet: 6F, 40 and 4B. RGB value is (111,64,75). Sum of RGB (Red+Green+Blue) = 111+64+75=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F404B is #90BFB4. Grayscale: #4F4F4F. Windows color (decimal): -9486261 or 4931695. OLE color: 4931695.
HSL color Cylindrical-coordinate representation of color #6F404B: hue angle of 345.96º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F404B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 75 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.56 |
| HSL | 345.96º | 0.27% | 0.34% | - |
| HSV(B) | 345.96º | 0.42% | 0.44% | - |
| XYZ | 9.66 | 7.55 | 7.61 | - |
| YUV | 79.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 75 | 0 | 0.42 | 0.32 | 0.56 | 345.96 | 0.27 | 0.34 |
| Hex | 6F | 40 | 4B | 0 | 2A | 20 | 38 | 15A | 1B | 22 |
| Octal | 157 | 100 | 113 | 0 | 52 | 40 | 70 | 532 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1001011 | 0 | 101010 | 100000 | 111000 | 101011010 | 11011 | 100010 |
Color Harmonies of #6F404B
Complementary color
Monochromatic Colors of #6F404B
Black with #6F404B
Text Example
Text Example
White with #6F404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F404B; }
p { color: rgb(111,64,75); }
H1.HeaderClassName
{
color: #6F404B;
}
.AnyTagClassName
{
color: #6F404B;
}
</style>
background-color css
<style>
a { background-color: #6F404B; }
a { background-color: rgb(111,64,75); }
div.DivClassName
{
background-color: #6F404B;
}
.BgClassName
{
background-color: #6F404B;
}
</style>
border-color css
<style>
span { border-color: #6F404B; }
span { border-color: rgb(111,64,75); }
td.TdClassName
{
border-color: #6F404B;
}
.TagClassName
{
border-color: #6F404B;
}
</style>