Shades of Tawny Port #69424B
Tints of Tawny Port #69424B
RGB
CMYK
RGB Variations
Color information
#69424B (or 0x69424B) is known color: Tawny Port. HEX triplet: 69, 42 and 4B. RGB value is (105,66,75). Sum of RGB (Red+Green+Blue) = 105+66+75=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #69424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69424B is #96BDB4. Grayscale: #4E4E4E. Windows color (decimal): -9878965 or 4932201. OLE color: 4932201.
HSL color Cylindrical-coordinate representation of color #69424B: hue angle of 346.15º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69424B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 75 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.59 |
| HSL | 346.15º | 0.23% | 0.34% | - |
| HSV(B) | 346.15º | 0.37% | 0.41% | - |
| XYZ | 9.04 | 7.41 | 7.61 | - |
| YUV | 78.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 75 | 0 | 0.37 | 0.29 | 0.59 | 346.15 | 0.23 | 0.34 |
| Hex | 69 | 42 | 4B | 0 | 25 | 1D | 3B | 15A | 17 | 22 |
| Octal | 151 | 102 | 113 | 0 | 45 | 35 | 73 | 532 | 27 | 42 |
| Binary | 1101001 | 1000010 | 1001011 | 0 | 100101 | 11101 | 111011 | 101011010 | 10111 | 100010 |
Color Harmonies of #69424B
Complementary color
Monochromatic Colors of #69424B
Black with #69424B
Text Example
Text Example
White with #69424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69424B; }
p { color: rgb(105,66,75); }
H1.HeaderClassName
{
color: #69424B;
}
.AnyTagClassName
{
color: #69424B;
}
</style>
background-color css
<style>
a { background-color: #69424B; }
a { background-color: rgb(105,66,75); }
div.DivClassName
{
background-color: #69424B;
}
.BgClassName
{
background-color: #69424B;
}
</style>
border-color css
<style>
span { border-color: #69424B; }
span { border-color: rgb(105,66,75); }
td.TdClassName
{
border-color: #69424B;
}
.TagClassName
{
border-color: #69424B;
}
</style>