Shades of Tawny Port #67424B
Tints of Tawny Port #67424B
RGB
CMYK
RGB Variations
Color information
#67424B (or 0x67424B) is known color: Tawny Port. HEX triplet: 67, 42 and 4B. RGB value is (103,66,75). Sum of RGB (Red+Green+Blue) = 103+66+75=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #67424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67424B is #98BDB4. Grayscale: #4E4E4E. Windows color (decimal): -10010037 or 4932199. OLE color: 4932199.
HSL color Cylindrical-coordinate representation of color #67424B: hue angle of 345.41º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67424B is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 75 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.60 |
| HSL | 345.41º | 0.22% | 0.33% | - |
| HSV(B) | 345.41º | 0.36% | 0.4% | - |
| XYZ | 8.81 | 7.29 | 7.6 | - |
| YUV | 78.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 75 | 0 | 0.36 | 0.27 | 0.60 | 345.41 | 0.22 | 0.33 |
| Hex | 67 | 42 | 4B | 0 | 24 | 1B | 3C | 159 | 16 | 21 |
| Octal | 147 | 102 | 113 | 0 | 44 | 33 | 74 | 531 | 26 | 41 |
| Binary | 1100111 | 1000010 | 1001011 | 0 | 100100 | 11011 | 111100 | 101011001 | 10110 | 100001 |
Color Harmonies of #67424B
Complementary color
Monochromatic Colors of #67424B
Black with #67424B
Text Example
Text Example
White with #67424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67424B; }
p { color: rgb(103,66,75); }
H1.HeaderClassName
{
color: #67424B;
}
.AnyTagClassName
{
color: #67424B;
}
</style>
background-color css
<style>
a { background-color: #67424B; }
a { background-color: rgb(103,66,75); }
div.DivClassName
{
background-color: #67424B;
}
.BgClassName
{
background-color: #67424B;
}
</style>
border-color css
<style>
span { border-color: #67424B; }
span { border-color: rgb(103,66,75); }
td.TdClassName
{
border-color: #67424B;
}
.TagClassName
{
border-color: #67424B;
}
</style>