Shades of Tawny Port #692F47
Tints of Tawny Port #692F47
RGB
CMYK
RGB Variations
Color information
#692F47 (or 0x692F47) is known color: Tawny Port. HEX triplet: 69, 2F and 47. RGB value is (105,47,71). Sum of RGB (Red+Green+Blue) = 105+47+71=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #692F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692F47 is #96D0B8. Grayscale: #434343. Windows color (decimal): -9883833 or 4665193. OLE color: 4665193.
HSL color Cylindrical-coordinate representation of color #692F47: hue angle of 335.17º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #692F47 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 71 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.59 |
| HSL | 335.17º | 0.38% | 0.3% | - |
| HSV(B) | 335.17º | 0.55% | 0.41% | - |
| XYZ | 7.98 | 5.49 | 6.6 | - |
| YUV | 67.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 71 | 0 | 0.55 | 0.32 | 0.59 | 335.17 | 0.38 | 0.3 |
| Hex | 69 | 2F | 47 | 0 | 37 | 20 | 3B | 14F | 26 | 1E |
| Octal | 151 | 57 | 107 | 0 | 67 | 40 | 73 | 517 | 46 | 36 |
| Binary | 1101001 | 101111 | 1000111 | 0 | 110111 | 100000 | 111011 | 101001111 | 100110 | 11110 |
Color Harmonies of #692F47
Complementary color
Monochromatic Colors of #692F47
Black with #692F47
Text Example
Text Example
White with #692F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F47; }
p { color: rgb(105,47,71); }
H1.HeaderClassName
{
color: #692F47;
}
.AnyTagClassName
{
color: #692F47;
}
</style>
background-color css
<style>
a { background-color: #692F47; }
a { background-color: rgb(105,47,71); }
div.DivClassName
{
background-color: #692F47;
}
.BgClassName
{
background-color: #692F47;
}
</style>
border-color css
<style>
span { border-color: #692F47; }
span { border-color: rgb(105,47,71); }
td.TdClassName
{
border-color: #692F47;
}
.TagClassName
{
border-color: #692F47;
}
</style>