Shades of Tawny Port #65424B
Tints of Tawny Port #65424B
RGB
CMYK
RGB Variations
Color information
#65424B (or 0x65424B) is known color: Tawny Port. HEX triplet: 65, 42 and 4B. RGB value is (101,66,75). Sum of RGB (Red+Green+Blue) = 101+66+75=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #65424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65424B is #9ABDB4. Grayscale: #4D4D4D. Windows color (decimal): -10141109 or 4932197. OLE color: 4932197.
HSL color Cylindrical-coordinate representation of color #65424B: hue angle of 344.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65424B is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 75 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.60 |
| HSL | 344.57º | 0.21% | 0.33% | - |
| HSV(B) | 344.57º | 0.35% | 0.4% | - |
| XYZ | 8.59 | 7.17 | 7.59 | - |
| YUV | 77.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 75 | 0 | 0.35 | 0.26 | 0.60 | 344.57 | 0.21 | 0.33 |
| Hex | 65 | 42 | 4B | 0 | 23 | 1A | 3C | 159 | 15 | 21 |
| Octal | 145 | 102 | 113 | 0 | 43 | 32 | 74 | 531 | 25 | 41 |
| Binary | 1100101 | 1000010 | 1001011 | 0 | 100011 | 11010 | 111100 | 101011001 | 10101 | 100001 |
Color Harmonies of #65424B
Complementary color
Monochromatic Colors of #65424B
Black with #65424B
Text Example
Text Example
White with #65424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65424B; }
p { color: rgb(101,66,75); }
H1.HeaderClassName
{
color: #65424B;
}
.AnyTagClassName
{
color: #65424B;
}
</style>
background-color css
<style>
a { background-color: #65424B; }
a { background-color: rgb(101,66,75); }
div.DivClassName
{
background-color: #65424B;
}
.BgClassName
{
background-color: #65424B;
}
</style>
border-color css
<style>
span { border-color: #65424B; }
span { border-color: rgb(101,66,75); }
td.TdClassName
{
border-color: #65424B;
}
.TagClassName
{
border-color: #65424B;
}
</style>