Shades of Tawny Port #6F404C
Tints of Tawny Port #6F404C
RGB
CMYK
RGB Variations
Color information
#6F404C (or 0x6F404C) is known color: Tawny Port. HEX triplet: 6F, 40 and 4C. RGB value is (111,64,76). Sum of RGB (Red+Green+Blue) = 111+64+76=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F404C is #90BFB3. Grayscale: #4F4F4F. Windows color (decimal): -9486260 or 4997231. OLE color: 4997231.
HSL color Cylindrical-coordinate representation of color #6F404C: hue angle of 344.68º 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 #6F404C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 76 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.56 |
| HSL | 344.68º | 0.27% | 0.34% | - |
| HSV(B) | 344.68º | 0.42% | 0.44% | - |
| XYZ | 9.69 | 7.57 | 7.79 | - |
| YUV | 79.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 76 | 0 | 0.42 | 0.32 | 0.56 | 344.68 | 0.27 | 0.34 |
| Hex | 6F | 40 | 4C | 0 | 2A | 20 | 38 | 159 | 1B | 22 |
| Octal | 157 | 100 | 114 | 0 | 52 | 40 | 70 | 531 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1001100 | 0 | 101010 | 100000 | 111000 | 101011001 | 11011 | 100010 |
Color Harmonies of #6F404C
Complementary color
Monochromatic Colors of #6F404C
Black with #6F404C
Text Example
Text Example
White with #6F404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F404C; }
p { color: rgb(111,64,76); }
H1.HeaderClassName
{
color: #6F404C;
}
.AnyTagClassName
{
color: #6F404C;
}
</style>
background-color css
<style>
a { background-color: #6F404C; }
a { background-color: rgb(111,64,76); }
div.DivClassName
{
background-color: #6F404C;
}
.BgClassName
{
background-color: #6F404C;
}
</style>
border-color css
<style>
span { border-color: #6F404C; }
span { border-color: rgb(111,64,76); }
td.TdClassName
{
border-color: #6F404C;
}
.TagClassName
{
border-color: #6F404C;
}
</style>