Shades of Tawny Port #68404B
Tints of Tawny Port #68404B
RGB
CMYK
RGB Variations
Color information
#68404B (or 0x68404B) is known color: Tawny Port. HEX triplet: 68, 40 and 4B. RGB value is (104,64,75). Sum of RGB (Red+Green+Blue) = 104+64+75=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68404B is #97BFB4. Grayscale: #4D4D4D. Windows color (decimal): -9945013 or 4931688. OLE color: 4931688.
HSL color Cylindrical-coordinate representation of color #68404B: hue angle of 343.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68404B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 75 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.59 |
| HSL | 343.5º | 0.24% | 0.33% | - |
| HSV(B) | 343.5º | 0.38% | 0.41% | - |
| XYZ | 8.81 | 7.12 | 7.57 | - |
| YUV | 77.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 75 | 0 | 0.38 | 0.28 | 0.59 | 343.5 | 0.24 | 0.33 |
| Hex | 68 | 40 | 4B | 0 | 26 | 1C | 3B | 158 | 18 | 21 |
| Octal | 150 | 100 | 113 | 0 | 46 | 34 | 73 | 530 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1001011 | 0 | 100110 | 11100 | 111011 | 101011000 | 11000 | 100001 |
Color Harmonies of #68404B
Complementary color
Monochromatic Colors of #68404B
Black with #68404B
Text Example
Text Example
White with #68404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68404B; }
p { color: rgb(104,64,75); }
H1.HeaderClassName
{
color: #68404B;
}
.AnyTagClassName
{
color: #68404B;
}
</style>
background-color css
<style>
a { background-color: #68404B; }
a { background-color: rgb(104,64,75); }
div.DivClassName
{
background-color: #68404B;
}
.BgClassName
{
background-color: #68404B;
}
</style>
border-color css
<style>
span { border-color: #68404B; }
span { border-color: rgb(104,64,75); }
td.TdClassName
{
border-color: #68404B;
}
.TagClassName
{
border-color: #68404B;
}
</style>