Shades of Tawny Port #68414B
Tints of Tawny Port #68414B
RGB
CMYK
RGB Variations
Color information
#68414B (or 0x68414B) is known color: Tawny Port. HEX triplet: 68, 41 and 4B. RGB value is (104,65,75). Sum of RGB (Red+Green+Blue) = 104+65+75=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68414B is #97BEB4. Grayscale: #4D4D4D. Windows color (decimal): -9944757 or 4931944. OLE color: 4931944.
HSL color Cylindrical-coordinate representation of color #68414B: hue angle of 344.62º degrees, saturation: 0.23, 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 #68414B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 75 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.59 |
| HSL | 344.62º | 0.23% | 0.33% | - |
| HSV(B) | 344.62º | 0.38% | 0.41% | - |
| XYZ | 8.87 | 7.23 | 7.59 | - |
| YUV | 77.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 75 | 0 | 0.38 | 0.28 | 0.59 | 344.62 | 0.23 | 0.33 |
| Hex | 68 | 41 | 4B | 0 | 26 | 1C | 3B | 159 | 17 | 21 |
| Octal | 150 | 101 | 113 | 0 | 46 | 34 | 73 | 531 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1001011 | 0 | 100110 | 11100 | 111011 | 101011001 | 10111 | 100001 |
Color Harmonies of #68414B
Complementary color
Monochromatic Colors of #68414B
Black with #68414B
Text Example
Text Example
White with #68414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68414B; }
p { color: rgb(104,65,75); }
H1.HeaderClassName
{
color: #68414B;
}
.AnyTagClassName
{
color: #68414B;
}
</style>
background-color css
<style>
a { background-color: #68414B; }
a { background-color: rgb(104,65,75); }
div.DivClassName
{
background-color: #68414B;
}
.BgClassName
{
background-color: #68414B;
}
</style>
border-color css
<style>
span { border-color: #68414B; }
span { border-color: rgb(104,65,75); }
td.TdClassName
{
border-color: #68414B;
}
.TagClassName
{
border-color: #68414B;
}
</style>