Shades of Tawny Port #6F374D
Tints of Tawny Port #6F374D
RGB
CMYK
RGB Variations
Color information
#6F374D (or 0x6F374D) is known color: Tawny Port. HEX triplet: 6F, 37 and 4D. RGB value is (111,55,77). Sum of RGB (Red+Green+Blue) = 111+55+77=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F374D is #90C8B2. Grayscale: #4A4A4A. Windows color (decimal): -9488563 or 5060463. OLE color: 5060463.
HSL color Cylindrical-coordinate representation of color #6F374D: hue angle of 336.43º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F374D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 77 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.56 |
| HSL | 336.43º | 0.34% | 0.33% | - |
| HSV(B) | 336.43º | 0.5% | 0.44% | - |
| XYZ | 9.26 | 6.65 | 7.82 | - |
| YUV | 74.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 77 | 0 | 0.50 | 0.31 | 0.56 | 336.43 | 0.34 | 0.33 |
| Hex | 6F | 37 | 4D | 0 | 32 | 1F | 38 | 150 | 22 | 21 |
| Octal | 157 | 67 | 115 | 0 | 62 | 37 | 70 | 520 | 42 | 41 |
| Binary | 1101111 | 110111 | 1001101 | 0 | 110010 | 11111 | 111000 | 101010000 | 100010 | 100001 |
Color Harmonies of #6F374D
Complementary color
Monochromatic Colors of #6F374D
Black with #6F374D
Text Example
Text Example
White with #6F374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F374D; }
p { color: rgb(111,55,77); }
H1.HeaderClassName
{
color: #6F374D;
}
.AnyTagClassName
{
color: #6F374D;
}
</style>
background-color css
<style>
a { background-color: #6F374D; }
a { background-color: rgb(111,55,77); }
div.DivClassName
{
background-color: #6F374D;
}
.BgClassName
{
background-color: #6F374D;
}
</style>
border-color css
<style>
span { border-color: #6F374D; }
span { border-color: rgb(111,55,77); }
td.TdClassName
{
border-color: #6F374D;
}
.TagClassName
{
border-color: #6F374D;
}
</style>