Shades of Tawny Port #67424A
Tints of Tawny Port #67424A
RGB
CMYK
RGB Variations
Color information
#67424A (or 0x67424A) is known color: Tawny Port. HEX triplet: 67, 42 and 4A. RGB value is (103,66,74). Sum of RGB (Red+Green+Blue) = 103+66+74=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #67424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67424A is #98BDB5. Grayscale: #4D4D4D. Windows color (decimal): -10010038 or 4866663. OLE color: 4866663.
HSL color Cylindrical-coordinate representation of color #67424A: hue angle of 347.03º 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 #67424A is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 74 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.60 |
| HSL | 347.03º | 0.22% | 0.33% | - |
| HSV(B) | 347.03º | 0.36% | 0.4% | - |
| XYZ | 8.78 | 7.27 | 7.42 | - |
| YUV | 77.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 74 | 0 | 0.36 | 0.28 | 0.60 | 347.03 | 0.22 | 0.33 |
| Hex | 67 | 42 | 4A | 0 | 24 | 1C | 3C | 15B | 16 | 21 |
| Octal | 147 | 102 | 112 | 0 | 44 | 34 | 74 | 533 | 26 | 41 |
| Binary | 1100111 | 1000010 | 1001010 | 0 | 100100 | 11100 | 111100 | 101011011 | 10110 | 100001 |
Color Harmonies of #67424A
Complementary color
Monochromatic Colors of #67424A
Black with #67424A
Text Example
Text Example
White with #67424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67424A; }
p { color: rgb(103,66,74); }
H1.HeaderClassName
{
color: #67424A;
}
.AnyTagClassName
{
color: #67424A;
}
</style>
background-color css
<style>
a { background-color: #67424A; }
a { background-color: rgb(103,66,74); }
div.DivClassName
{
background-color: #67424A;
}
.BgClassName
{
background-color: #67424A;
}
</style>
border-color css
<style>
span { border-color: #67424A; }
span { border-color: rgb(103,66,74); }
td.TdClassName
{
border-color: #67424A;
}
.TagClassName
{
border-color: #67424A;
}
</style>