Shades of Tawny Port #68424B
Tints of Tawny Port #68424B
RGB
CMYK
RGB Variations
Color information
#68424B (or 0x68424B) is known color: Tawny Port. HEX triplet: 68, 42 and 4B. RGB value is (104,66,75). Sum of RGB (Red+Green+Blue) = 104+66+75=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68424B is #97BDB4. Grayscale: #4E4E4E. Windows color (decimal): -9944501 or 4932200. OLE color: 4932200.
HSL color Cylindrical-coordinate representation of color #68424B: hue angle of 345.79º 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 #68424B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 75 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.59 |
| HSL | 345.79º | 0.22% | 0.33% | - |
| HSV(B) | 345.79º | 0.37% | 0.41% | - |
| XYZ | 8.93 | 7.35 | 7.6 | - |
| YUV | 78.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 75 | 0 | 0.37 | 0.28 | 0.59 | 345.79 | 0.22 | 0.33 |
| Hex | 68 | 42 | 4B | 0 | 25 | 1C | 3B | 15A | 16 | 21 |
| Octal | 150 | 102 | 113 | 0 | 45 | 34 | 73 | 532 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1001011 | 0 | 100101 | 11100 | 111011 | 101011010 | 10110 | 100001 |
Color Harmonies of #68424B
Complementary color
Monochromatic Colors of #68424B
Black with #68424B
Text Example
Text Example
White with #68424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68424B; }
p { color: rgb(104,66,75); }
H1.HeaderClassName
{
color: #68424B;
}
.AnyTagClassName
{
color: #68424B;
}
</style>
background-color css
<style>
a { background-color: #68424B; }
a { background-color: rgb(104,66,75); }
div.DivClassName
{
background-color: #68424B;
}
.BgClassName
{
background-color: #68424B;
}
</style>
border-color css
<style>
span { border-color: #68424B; }
span { border-color: rgb(104,66,75); }
td.TdClassName
{
border-color: #68424B;
}
.TagClassName
{
border-color: #68424B;
}
</style>