Shades of Tawny Port #68424C
Tints of Tawny Port #68424C
RGB
CMYK
RGB Variations
Color information
#68424C (or 0x68424C) is known color: Tawny Port. HEX triplet: 68, 42 and 4C. RGB value is (104,66,76). Sum of RGB (Red+Green+Blue) = 104+66+76=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68424C is #97BDB3. Grayscale: #4E4E4E. Windows color (decimal): -9944500 or 4997736. OLE color: 4997736.
HSL color Cylindrical-coordinate representation of color #68424C: hue angle of 344.21º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68424C is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 76 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.59 |
| HSL | 344.21º | 0.22% | 0.33% | - |
| HSV(B) | 344.21º | 0.37% | 0.41% | - |
| XYZ | 8.96 | 7.36 | 7.79 | - |
| YUV | 78.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 76 | 0 | 0.37 | 0.27 | 0.59 | 344.21 | 0.22 | 0.33 |
| Hex | 68 | 42 | 4C | 0 | 25 | 1B | 3B | 158 | 16 | 21 |
| Octal | 150 | 102 | 114 | 0 | 45 | 33 | 73 | 530 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1001100 | 0 | 100101 | 11011 | 111011 | 101011000 | 10110 | 100001 |
Color Harmonies of #68424C
Complementary color
Monochromatic Colors of #68424C
Black with #68424C
Text Example
Text Example
White with #68424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68424C; }
p { color: rgb(104,66,76); }
H1.HeaderClassName
{
color: #68424C;
}
.AnyTagClassName
{
color: #68424C;
}
</style>
background-color css
<style>
a { background-color: #68424C; }
a { background-color: rgb(104,66,76); }
div.DivClassName
{
background-color: #68424C;
}
.BgClassName
{
background-color: #68424C;
}
</style>
border-color css
<style>
span { border-color: #68424C; }
span { border-color: rgb(104,66,76); }
td.TdClassName
{
border-color: #68424C;
}
.TagClassName
{
border-color: #68424C;
}
</style>