Shades of Tawny Port #67414B
Tints of Tawny Port #67414B
RGB
CMYK
RGB Variations
Color information
#67414B (or 0x67414B) is known color: Tawny Port. HEX triplet: 67, 41 and 4B. RGB value is (103,65,75). Sum of RGB (Red+Green+Blue) = 103+65+75=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #67414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67414B is #98BEB4. Grayscale: #4D4D4D. Windows color (decimal): -10010293 or 4931943. OLE color: 4931943.
HSL color Cylindrical-coordinate representation of color #67414B: hue angle of 344.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67414B is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 75 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.60 |
| HSL | 344.21º | 0.23% | 0.33% | - |
| HSV(B) | 344.21º | 0.37% | 0.4% | - |
| XYZ | 8.75 | 7.17 | 7.58 | - |
| YUV | 77.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 75 | 0 | 0.37 | 0.27 | 0.60 | 344.21 | 0.23 | 0.33 |
| Hex | 67 | 41 | 4B | 0 | 25 | 1B | 3C | 158 | 17 | 21 |
| Octal | 147 | 101 | 113 | 0 | 45 | 33 | 74 | 530 | 27 | 41 |
| Binary | 1100111 | 1000001 | 1001011 | 0 | 100101 | 11011 | 111100 | 101011000 | 10111 | 100001 |
Color Harmonies of #67414B
Complementary color
Monochromatic Colors of #67414B
Black with #67414B
Text Example
Text Example
White with #67414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67414B; }
p { color: rgb(103,65,75); }
H1.HeaderClassName
{
color: #67414B;
}
.AnyTagClassName
{
color: #67414B;
}
</style>
background-color css
<style>
a { background-color: #67414B; }
a { background-color: rgb(103,65,75); }
div.DivClassName
{
background-color: #67414B;
}
.BgClassName
{
background-color: #67414B;
}
</style>
border-color css
<style>
span { border-color: #67414B; }
span { border-color: rgb(103,65,75); }
td.TdClassName
{
border-color: #67414B;
}
.TagClassName
{
border-color: #67414B;
}
</style>