Shades of Tawny Port #6F3A45
Tints of Tawny Port #6F3A45
RGB
CMYK
RGB Variations
Color information
#6F3A45 (or 0x6F3A45) is known color: Tawny Port. HEX triplet: 6F, 3A and 45. RGB value is (111,58,69). Sum of RGB (Red+Green+Blue) = 111+58+69=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A45 is #90C5BA. Grayscale: #4B4B4B. Windows color (decimal): -9487803 or 4536943. OLE color: 4536943.
HSL color Cylindrical-coordinate representation of color #6F3A45: hue angle of 347.55º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A45 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 69 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.56 |
| HSL | 347.55º | 0.31% | 0.33% | - |
| HSV(B) | 347.55º | 0.48% | 0.44% | - |
| XYZ | 9.14 | 6.84 | 6.47 | - |
| YUV | 75.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 69 | 0 | 0.48 | 0.38 | 0.56 | 347.55 | 0.31 | 0.33 |
| Hex | 6F | 3A | 45 | 0 | 30 | 26 | 38 | 15C | 1F | 21 |
| Octal | 157 | 72 | 105 | 0 | 60 | 46 | 70 | 534 | 37 | 41 |
| Binary | 1101111 | 111010 | 1000101 | 0 | 110000 | 100110 | 111000 | 101011100 | 11111 | 100001 |
Color Harmonies of #6F3A45
Complementary color
Monochromatic Colors of #6F3A45
Black with #6F3A45
Text Example
Text Example
White with #6F3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A45; }
p { color: rgb(111,58,69); }
H1.HeaderClassName
{
color: #6F3A45;
}
.AnyTagClassName
{
color: #6F3A45;
}
</style>
background-color css
<style>
a { background-color: #6F3A45; }
a { background-color: rgb(111,58,69); }
div.DivClassName
{
background-color: #6F3A45;
}
.BgClassName
{
background-color: #6F3A45;
}
</style>
border-color css
<style>
span { border-color: #6F3A45; }
span { border-color: rgb(111,58,69); }
td.TdClassName
{
border-color: #6F3A45;
}
.TagClassName
{
border-color: #6F3A45;
}
</style>