Shades of Tawny Port #69354F
Tints of Tawny Port #69354F
RGB
CMYK
RGB Variations
Color information
#69354F (or 0x69354F) is known color: Tawny Port. HEX triplet: 69, 35 and 4F. RGB value is (105,53,79). Sum of RGB (Red+Green+Blue) = 105+53+79=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69354F is #96CAB0. Grayscale: #474747. Windows color (decimal): -9882289 or 5191017. OLE color: 5191017.
HSL color Cylindrical-coordinate representation of color #69354F: hue angle of 330º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69354F is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 79 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.59 |
| HSL | 330º | 0.33% | 0.31% | - |
| HSV(B) | 330º | 0.5% | 0.41% | - |
| XYZ | 8.51 | 6.11 | 8.13 | - |
| YUV | 71.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 79 | 0 | 0.50 | 0.25 | 0.59 | 330 | 0.33 | 0.31 |
| Hex | 69 | 35 | 4F | 0 | 32 | 19 | 3B | 14A | 21 | 1F |
| Octal | 151 | 65 | 117 | 0 | 62 | 31 | 73 | 512 | 41 | 37 |
| Binary | 1101001 | 110101 | 1001111 | 0 | 110010 | 11001 | 111011 | 101001010 | 100001 | 11111 |
Color Harmonies of #69354F
Complementary color
Monochromatic Colors of #69354F
Black with #69354F
Text Example
Text Example
White with #69354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69354F; }
p { color: rgb(105,53,79); }
H1.HeaderClassName
{
color: #69354F;
}
.AnyTagClassName
{
color: #69354F;
}
</style>
background-color css
<style>
a { background-color: #69354F; }
a { background-color: rgb(105,53,79); }
div.DivClassName
{
background-color: #69354F;
}
.BgClassName
{
background-color: #69354F;
}
</style>
border-color css
<style>
span { border-color: #69354F; }
span { border-color: rgb(105,53,79); }
td.TdClassName
{
border-color: #69354F;
}
.TagClassName
{
border-color: #69354F;
}
</style>