Shades of Tawny Port #68404A
Tints of Tawny Port #68404A
RGB
CMYK
RGB Variations
Color information
#68404A (or 0x68404A) is known color: Tawny Port. HEX triplet: 68, 40 and 4A. RGB value is (104,64,74). Sum of RGB (Red+Green+Blue) = 104+64+74=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #68404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68404A is #97BFB5. Grayscale: #4D4D4D. Windows color (decimal): -9945014 or 4866152. OLE color: 4866152.
HSL color Cylindrical-coordinate representation of color #68404A: hue angle of 345º 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 #68404A is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 74 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.59 |
| HSL | 345º | 0.24% | 0.33% | - |
| HSV(B) | 345º | 0.38% | 0.41% | - |
| XYZ | 8.78 | 7.1 | 7.39 | - |
| YUV | 77.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 74 | 0 | 0.38 | 0.29 | 0.59 | 345 | 0.24 | 0.33 |
| Hex | 68 | 40 | 4A | 0 | 26 | 1D | 3B | 159 | 18 | 21 |
| Octal | 150 | 100 | 112 | 0 | 46 | 35 | 73 | 531 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1001010 | 0 | 100110 | 11101 | 111011 | 101011001 | 11000 | 100001 |
Color Harmonies of #68404A
Complementary color
Monochromatic Colors of #68404A
Black with #68404A
Text Example
Text Example
White with #68404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68404A; }
p { color: rgb(104,64,74); }
H1.HeaderClassName
{
color: #68404A;
}
.AnyTagClassName
{
color: #68404A;
}
</style>
background-color css
<style>
a { background-color: #68404A; }
a { background-color: rgb(104,64,74); }
div.DivClassName
{
background-color: #68404A;
}
.BgClassName
{
background-color: #68404A;
}
</style>
border-color css
<style>
span { border-color: #68404A; }
span { border-color: rgb(104,64,74); }
td.TdClassName
{
border-color: #68404A;
}
.TagClassName
{
border-color: #68404A;
}
</style>